Skip to content

Commit fbd4c45

Browse files
Minor justfile change, consistent quotes
1 parent a731ce2 commit fbd4c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
init := "tests/minimal.lua"
2-
default_zoom := '2'
2+
default_zoom := "2"
33

44
test:
55
nvim --headless --noplugin -u {{init}} \

0 commit comments

Comments
 (0)