mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-26 15:29:02 +00:00
testdata: fix formatting
This commit is contained in:
Vendored
+1
@@ -1,4 +1,5 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
p := []byte{}
|
p := []byte{}
|
||||||
for len(p) >= 1 {
|
for len(p) >= 1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user