diff options
Diffstat (limited to 'pkg/api/handlers/compat/ping.go')
-rw-r--r-- | pkg/api/handlers/compat/ping.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/ping.go b/pkg/api/handlers/compat/ping.go index 5b6c38a2e..9f6611b30 100644 --- a/pkg/api/handlers/compat/ping.go +++ b/pkg/api/handlers/compat/ping.go @@ -25,5 +25,4 @@ func Ping(w http.ResponseWriter, r *http.Request) { if r.Method == http.MethodGet { fmt.Fprint(w, "OK") } - fmt.Fprint(w, "\n") } |