Merge pull request #2735 from InspectorCaracal/fix_nattr_indent
Fix NAttr indents on examine
This commit is contained in:
commit
abe350cfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -2732,7 +2732,7 @@ class CmdExamine(ObjManipCommand):
|
||||||
return
|
return
|
||||||
|
|
||||||
if ndb_attr and ndb_attr[0]:
|
if ndb_attr and ndb_attr[0]:
|
||||||
return "\n " + " \n".join(
|
return "\n " + "\n ".join(
|
||||||
sorted(self.format_single_attribute(attr) for attr in ndb_attr)
|
sorted(self.format_single_attribute(attr) for attr in ndb_attr)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue