mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix fmt tests
This commit is contained in:
@@ -2,3 +2,6 @@ import (
|
|||||||
math
|
math
|
||||||
os
|
os
|
||||||
)
|
)
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,5 @@
|
|||||||
import math
|
import math
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,3 +3,6 @@ import (
|
|||||||
os
|
os
|
||||||
math.complex as c
|
math.complex as c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
import math as m
|
import math as m
|
||||||
import os
|
import os
|
||||||
import math.complex as c
|
import math.complex as c
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
@@ -1 +1,4 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
@@ -1 +1,4 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user