diff --git a/include/engine/data_watchdog.hpp b/include/engine/data_watchdog.hpp index 0f65ed10f..416f1df76 100644 --- a/include/engine/data_watchdog.hpp +++ b/include/engine/data_watchdog.hpp @@ -120,7 +120,8 @@ class DataWatchdogImpl swap_lock(factory_mutex); - facade_factory =DataFacadeFactory( + facade_factory = + DataFacadeFactory( std::make_shared( std::vector{ static_region.shm_key, updatable_region.shm_key}));