Revolyssup commented on code in PR #12515: URL: https://github.com/apache/apisix/pull/12515#discussion_r2281431570
########## t/sse_server_example/main.go: ########## @@ -54,5 +71,5 @@ func main() { port := os.Args[1] // Start the server log.Println("Starting server on :", port) - log.Fatal(http.ListenAndServe(":" + port, nil)) + log.Fatal(http.ListenAndServe(":"+port, nil)) Review Comment: It happened due to autoformatting and i think its better to have no spaces by lint rules so its okay. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org