Add missing space for indent.
This commit is contained in:
parent
4ebfc34379
commit
c7380e69cc
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class LSHW():
|
||||||
c["description"] = obj["description"]
|
c["description"] = obj["description"]
|
||||||
c["location"] = obj["slot"]
|
c["location"] = obj["slot"]
|
||||||
|
|
||||||
self.cpus.append(c)
|
self.cpus.append(c)
|
||||||
|
|
||||||
def find_memories(self, obj):
|
def find_memories(self, obj):
|
||||||
if "children" not in obj:
|
if "children" not in obj:
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue