Add write param to fmt
This commit is contained in:
parent
29c9cc375d
commit
d70f17a088
|
@ -21,7 +21,7 @@ compile: |
|
|||
|
||||
format:
|
||||
run: |
|
||||
v fmt main.v
|
||||
v fmt -w main.v
|
||||
input: |
|
||||
fn main() {
|
||||
println('hello world')
|
||||
|
|
Loading…
Reference in New Issue