Resolves trailing whitespace.

This commit is contained in:
Johnny 2020-01-13 20:46:42 +00:00
parent 0b38de0057
commit 69c6f3b443
2 changed files with 2 additions and 2 deletions

View file

@ -3707,4 +3707,4 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
for obj in spawner.spawn(prototype):
self.caller.msg("Spawned %s." % obj.get_display_name(self.caller))
except RuntimeError as err:
caller.msg(err)
caller.msg(err)

View file

@ -1700,4 +1700,4 @@ class TestSystemCommands(CommandTest):
mock_channeldb.objects.get_channel = mock.MagicMock(return_value=channel)
self.call(syscommands.SystemSendToChannel(), "public:Hello")
channel.msg.assert_called()
channel.msg.assert_called()