Skip to content

Commit

Permalink
refactor: add missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Nov 20, 2023
1 parent ee31844 commit ffbbf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: env install-deps up open-db revision migrate worker app init lint test

ifeq ($(shell test -e '.env' && echo -n yes),yes)
ifeq ($(shell test -e '.env' && echo -n yes), yes)
include .env
endif

Expand Down

0 comments on commit ffbbf04

Please sign in to comment.