Skip to content

Commit

Permalink
Removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Jun 24, 2024
1 parent 531454b commit 096ae54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlmod/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ def get_bin_directory(
# Else download the executables
if download_if_not_found:
download_mfbinaries(
bindir=bindir,
version_tag=version_tag if version_tag is not None else "latest",
bindir=bindir,
version_tag=version_tag if version_tag is not None else "latest",
repo=repo
)

Expand Down

0 comments on commit 096ae54

Please sign in to comment.