v/cmd/tools/vvet/tests/indent_with_space.out

4 lines
271 B
Plaintext
Raw Normal View History

cmd/tools/vvet/tests/indent_with_space.vv:2: error: Looks like you are using spaces for indentation.
cmd/tools/vvet/tests/indent_with_space.vv:10: error: Looks like you are using spaces for indentation.
2021-03-24 22:53:44 +01:00
NB: You can run `v fmt -w file.v` to fix these errors automatically