Skip to content

Commit 04cb00f

Browse files
committed
Format lexer.c after it's generated in the lexer task
1 parent 455f4e3 commit 04cb00f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ multitask :default => [:test, :stdlib_test, :typecheck_test, :rubocop, :validate
3737

3838
task :lexer do
3939
sh "re2c -W --no-generation-date -o src/lexer.c src/lexer.re"
40+
sh "clang-format -i -style=file src/lexer.c"
4041
end
4142

4243
task :confirm_lexer => :lexer do

0 commit comments

Comments
 (0)