mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
testdata: go fmt
This commit is contained in:
Vendored
+1
-1
@@ -30,7 +30,7 @@ func main() {
|
||||
println(3.14)
|
||||
|
||||
// print complex128
|
||||
println(5+1.2345i)
|
||||
println(5 + 1.2345i)
|
||||
|
||||
// print interface
|
||||
println(interface{}(nil))
|
||||
|
||||
Reference in New Issue
Block a user