Add write param to fmt

This commit is contained in:
Chris Hallberg 2021-11-03 16:34:31 -04:00 committed by GitHub
parent 29c9cc375d
commit d70f17a088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ compile: |
format:
run: |
v fmt main.v
v fmt -w main.v
input: |
fn main() {
println('hello world')