mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +02:00
Sync: indentation
This commit is contained in:
parent
fc5976b5f8
commit
62a0f5f9c2
@ -221,9 +221,11 @@ class Sync
|
||||
$object->delete();
|
||||
}
|
||||
}
|
||||
if (! $object->$objectKey) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// TODO: This should be noticed or removed:
|
||||
if (! $object->$objectKey) {
|
||||
continue;
|
||||
}
|
||||
$object->store($db);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user