mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Added in missing whitespace that made the unit test fail.
This commit is contained in:
parent
c32920999b
commit
fcc8a7d3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ class CmdCWho(COMMAND_DEFAULT_CLASS):
|
|||
self.msg(string)
|
||||
return
|
||||
string = "\n{CChannel subscriptions{n"
|
||||
string += "\n{w%s:{n\n %s" % (channel.key, channel.wholist)
|
||||
string += "\n{w%s:{n\n %s" % (channel.key, channel.wholist)
|
||||
self.msg(string.strip())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue