Skip to content

Commit

Permalink
2268 typo missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
litepresence committed Jun 11, 2019
1 parent dc4d807 commit 9bb7b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EV/manualSIGNING.py
Expand Up @@ -2265,6 +2265,6 @@ def main():
demo()


if __name__ == "__main__"
if __name__ == "__main__":

main()

0 comments on commit 9bb7b7e

Please sign in to comment.