diff options
Diffstat (limited to 'util/autoport/ec_none.go')
-rw-r--r-- | util/autoport/ec_none.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/autoport/ec_none.go b/util/autoport/ec_none.go index 9158734777..eb2b87c2ed 100644 --- a/util/autoport/ec_none.go +++ b/util/autoport/ec_none.go @@ -5,12 +5,12 @@ func NoEC(ctx Context) { defer ap.Close() ap.WriteString( - `Method(_WAK,1) + `Method(_WAK, 1) { - Return(Package(){0,0}) + Return(Package() {0, 0}) } -Method(_PTS,1) +Method(_PTS, 1) { } `) |