Skip to content

Commit

Permalink
MAINT: fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley authored Nov 8, 2024
1 parent 04e1c40 commit 1de8a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diverse_seq/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def ctree(
dvs_util.print_colour(tree, "red")
sys.exit(1)

tree.write(outpath)
tree.write(outpath)


if __name__ == "__main__":
Expand Down

0 comments on commit 1de8a93

Please sign in to comment.