Fix tabs
This commit is contained in:
parent
90dc3ff518
commit
efde8a36fb
|
@ -13,7 +13,7 @@ install:
|
|||
main: "main.v"
|
||||
template: |
|
||||
fn main() {
|
||||
println('Hello, world!')
|
||||
println('Hello, world!')
|
||||
}
|
||||
|
||||
compile: |
|
||||
|
@ -25,5 +25,5 @@ format:
|
|||
input: |
|
||||
fn main()
|
||||
{
|
||||
println("Hello, world!")
|
||||
println('Hello, world!')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue