Skip to content

Commit 3ea4007

Browse files
committed
whitespace
1 parent 724445d commit 3ea4007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/libs/Logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def logging_both_to_stdout_and_stderr(self, *messages):
3636
stream = sys.stdout if index % 2 == 0 else sys.stderr
3737
stream.write(msg)
3838

39+
3940
if __name__ == '__main__':
4041
from robotremoteserver import RobotRemoteServer
4142

0 commit comments

Comments
 (0)