From 16ddccd1156635ba1d68d3ec00fa0c5c4c469d98 Mon Sep 17 00:00:00 2001 From: Wes Galbraith Date: Sat, 5 Feb 2022 22:57:05 -0700 Subject: [PATCH] More missing newlines at end of scripts --- scripts/format.sh | 2 +- scripts/lint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/format.sh b/scripts/format.sh index b0c22c3..fb6fe97 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -1,2 +1,2 @@ #!/bin/bash -black ./flask_opensearch/ ./tests ./scripts -l 120 \ No newline at end of file +black ./flask_opensearch/ ./tests ./scripts -l 120 diff --git a/scripts/lint.sh b/scripts/lint.sh index c585dfc..2a24f62 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -1,2 +1,2 @@ #!/bin/bash -flake8 ./flask_opensearch ./scripts ./tests \ No newline at end of file +flake8 ./flask_opensearch ./scripts ./tests