Skip to content

Commit 64d2f67

Browse files
knstUdjinM6
andcommitted
fmt: removed dub newline in p2p_platform_ban.py
Co-authored-by: UdjinM6 <[email protected]>
1 parent af6f2cc commit 64d2f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_platform_ban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def run_test(self):
6666
wait_until_helper(lambda: p2p_node2.message_count["platformban"] > 0, timeout=10, lock=p2p_lock)
6767
p2p_node2.message_count["platformban"] = 0
6868

69-
7069
assert not self.check_banned(self.mninfo[0])
7170

7271
mninfos_valid = self.mninfo.copy()[1:]
@@ -80,5 +79,6 @@ def run_test(self):
8079
self.dynamically_evo_update_service(evo_info_0)
8180
assert not self.check_banned(self.mninfo[0])
8281

82+
8383
if __name__ == '__main__':
8484
PlatformBanMessagesTest().main()

0 commit comments

Comments
 (0)