Skip to content

Commit 012d20d

Browse files
Cleanup
1 parent ea44f1e commit 012d20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ workflow5:
2222
@cp info5.plist info.plist
2323
@zip Deepl-Translate.alfred5workflow icon.png info.plist deepl.sh
2424
@rm info.plist
25-
25+
2626
feedback:
2727
@open https://github.com/alexanderwillner/deepl-alfred-workflow2/issues
28-
28+
2929
bats:
3030
@echo "Running dynamic tests..."
3131
@type bats >/dev/null 2>&1 || (echo "Run 'brew install bats-core' first." >&2 ; exit 1)
@@ -45,7 +45,7 @@ test:
4545

4646
harden:
4747
@shellharden --replace deepl.sh
48-
48+
4949
style:
5050
@type shfmt >/dev/null 2>&1 || (echo "Run 'brew install shfmt' first." >&2 ; exit 1)
5151
@shfmt -i 2 -w -s *.sh

0 commit comments

Comments
 (0)