Skip to content

Commit 138a785

Browse files
committed
Add a quick space
1 parent 2b00ec1 commit 138a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logger_plugin_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_simple_call(self):
3737
test_log_string = "test_log_string"
3838
ext_manager.call("logger",
3939
"foobar",
40-
{"string":test_log_string})
40+
{"string": test_log_string})
4141
mlp = MockLoggerPlugin()
4242
self.assertTrue(test_log_string in mlp.logs)
4343

0 commit comments

Comments
 (0)