Skip to content

Commit 7585391

Browse files
committed
Fix formatting.
1 parent 41599ae commit 7585391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sse/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
)
1717

1818
var (
19-
host = flag.String("host", "localhost", "host to listen on")
20-
port = flag.String("port", "8080", "port to listen on")
19+
host = flag.String("host", "localhost", "host to listen on")
20+
port = flag.String("port", "8080", "port to listen on")
2121
)
2222

2323
type SayHiParams struct {

0 commit comments

Comments
 (0)