Skip to content

Commit 82ae84d

Browse files
committed
fix indent issue in test_local_cnx
1 parent ef26cce commit 82ae84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_local_cnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
if flags & FLAG_NOTIFICATION:
6868
raise(Exception("We did not subscribe to receive notifications!"))
6969
#else:
70-
print("%s" % msgret)
70+
print("%s" % msgret)
7171

7272
tcp.close()

0 commit comments

Comments
 (0)