Add newline to start of lint

This commit is contained in:
Joshua Boniface 2021-11-06 03:04:14 -04:00
parent c41664d2da
commit 9b12cc0236
1 changed files with 1 additions and 0 deletions

1
lint
View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
if ! which flake8 &>/dev/null; then
echo "Flake8 is required to lint this project"
exit 1