Skip to content

Commit

Permalink
More missing newlines at end of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
galbwe committed Feb 6, 2022
1 parent b6c1244 commit 16ddccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/format.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
black ./flask_opensearch/ ./tests ./scripts -l 120
black ./flask_opensearch/ ./tests ./scripts -l 120
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
flake8 ./flask_opensearch ./scripts ./tests
flake8 ./flask_opensearch ./scripts ./tests

0 comments on commit 16ddccd

Please sign in to comment.