Skip to content

Commit 6fa2d00

Browse files
committed
chore: fix whitespace
1 parent c529403 commit 6fa2d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TEST_DIR := tests/
55
PLUGIN_DIR := lua/
66

77
test:
8-
@nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests/ { minimal_init ='tests/minimal_init.lua'}"
8+
@nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests/ {minimal_init ='tests/minimal_init.lua'}"
99

1010
lint:
1111
luacheck ${PLUGIN_DIR}

0 commit comments

Comments
 (0)