Commit a09f9132 authored by Antoine Millet's avatar Antoine Millet
Browse files

Whitespaces.

parent 1691e3b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ class CCServer(object):
            return objects

        ids = [x['id'] for x in objects]

        objects = self.objects.some(ids, to_show)
            
        objects_dicts = []