Skip to content

Commit 0c6deb2

Browse files
committed
align quotes
1 parent 23a5efc commit 0c6deb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PY_FILES= find . -type f -not -path '*/\.*' | grep -i '.*[.]py$$' 2> /dev/null
44
entr_warn:
55
@echo "----------------------------------------------------------"
66
@echo " ! File watching functionality non-operational ! "
7-
@echo ""
7+
@echo " "
88
@echo "Install entr(1) to automatically run tasks on file change."
9-
@echo "See http://entrproject.org/"
9+
@echo "See http://entrproject.org/ "
1010
@echo "----------------------------------------------------------"
1111

1212
isort:

0 commit comments

Comments
 (0)