mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
move newline to before indent
This commit is contained in:
parent
b3b87a5a1c
commit
dd771fddd0
1 changed files with 1 additions and 1 deletions
|
|
@ -2732,7 +2732,7 @@ class CmdExamine(ObjManipCommand):
|
|||
return
|
||||
|
||||
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)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue