Add missing space for indent.

This commit is contained in:
Thomas Davis 2020-02-20 08:29:41 -08:00
commit c7380e69cc

View file

@ -110,7 +110,7 @@ class LSHW():
c["description"] = obj["description"]
c["location"] = obj["slot"]
self.cpus.append(c)
self.cpus.append(c)
def find_memories(self, obj):
if "children" not in obj: