Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 38e6aed

Browse files
committed
Fixed whitespace.
Your momma taught you better than that!
1 parent 3bc9d50 commit 38e6aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/bin/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def execute(self, api, **arguments):
5252
api.adapter.set_logger(logger)
5353

5454
# Turn on debugging for the underlying HTTP library.
55-
http_client.HTTPConnection.debuglevel=1
55+
http_client.HTTPConnection.debuglevel = 1
5656

5757
try:
5858
self._start_repl(api)

0 commit comments

Comments
 (0)