Skip to content

Commit 3b941eb

Browse files
committed
Fix formatting
1 parent 93e7c9a commit 3b941eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mdsapt/__main__.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010

1111
if __name__ == '__main__':
1212
cli()
13-

mdsapt/cli.py

-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ def ensure_safe_to_overwrite(path: str, force: bool):
107107
logger.error("Halting, file already exists: %s", path)
108108
logger.error("If you want to overwrite that file, add the -f flag")
109109
sys.exit(-1)
110-

0 commit comments

Comments
 (0)