Skip to content

Commit c6c84b5

Browse files
committed
Fix Makefile lines with leading space instead of tab
1 parent c120ca7 commit c6c84b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ generate: build
2929
./tests/escaping.go
3030
bin/easyjson -all \
3131
./tests/data.go \
32-
./tests/nothing.go \
33-
./tests/errors.go \
34-
./tests/html.go \
35-
./tests/type_declaration_skip.go
32+
./tests/nothing.go \
33+
./tests/errors.go \
34+
./tests/html.go \
35+
./tests/type_declaration_skip.go
3636
bin/easyjson \
3737
./tests/nested_easy.go \
3838
./tests/named_type.go \

0 commit comments

Comments
 (0)