Skip to content

Commit 9040556

Browse files
committed
Fix indentation error
1 parent 1fe84c3 commit 9040556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plasma/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def compatible(serializedVersion):
1616
elif selfMinor >= otherMinor:
1717
return True
1818
else:
19-
return False
19+
return False

0 commit comments

Comments
 (0)