Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed May 1, 2024
1 parent 638a8e9 commit 64cd9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nava/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ def main():
)
parser.add_argument(
'filename',
nargs='?',
nargs='?',
metavar='audio file name',
type=str,
help='name of the audio file'
)
args = parser.parse_known_args()
args = parser.parse_known_args()
run_nava(args[0])


Expand Down

0 comments on commit 64cd9d8

Please sign in to comment.