Skip to content

Commit

Permalink
fix(pvecontrol): Add missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaflc committed Sep 13, 2023
1 parent 14b4ad1 commit b825a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvecontrol/pvecontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ def main():


if __name__ == '__main__':
sys.exit(main())
sys.exit(main())

0 comments on commit b825a95

Please sign in to comment.