summaryrefslogtreecommitdiff
path: root/test/ken/simpswitch.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/simpswitch.go')
-rw-r--r--test/ken/simpswitch.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ken/simpswitch.go b/test/ken/simpswitch.go
index e5f39e354..ab5dd356b 100644
--- a/test/ken/simpswitch.go
+++ b/test/ken/simpswitch.go
@@ -7,8 +7,7 @@
package main
func
-main()
-{
+main() {
a := 3;
for i:=0; i<10; i=i+1 {
switch(i) {