Sync: indentation

This commit is contained in:
Thomas Gelf 2015-10-20 22:22:58 +02:00
parent fc5976b5f8
commit 62a0f5f9c2

View File

@ -221,9 +221,11 @@ class Sync
$object->delete(); $object->delete();
} }
} }
if (! $object->$objectKey) {
continue; // TODO: This should be noticed or removed:
} if (! $object->$objectKey) {
continue;
}
$object->store($db); $object->store($db);
} }