format to stdout.

This commit is contained in:
Chris Hallberg 2021-11-03 20:45:21 -04:00
parent 7599ab2363
commit c11fb18537
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ run: |
format: format:
run: | run: |
v fmt -w main.v v fmt main.v
input: | input: |
fn main() fn main()
{ {