v / cmd / tools / vvet / tests / indent_with_space.out
6 lines · 6 sloc · 613 bytes · 1345eac57089db6e9608ed6b144ca077ffda847b
Raw
1cmd/tools/vvet/tests/indent_with_space.vv:2: error: Looks like you are using spaces for indentation.
2cmd/tools/vvet/tests/indent_with_space.vv:10: error: Looks like you are using spaces for indentation.
3cmd/tools/vvet/tests/indent_with_space.vv:17: error: Looks like you are using spaces for indentation.
4cmd/tools/vvet/tests/indent_with_space.vv:20: error: Looks like you are using spaces for indentation.
5cmd/tools/vvet/tests/indent_with_space.vv:22: error: Looks like you are using spaces for indentation.
6Note: You can run `v fmt -w cmd/tools/vvet/tests/indent_with_space.vv` to fix these errors automatically