fix: remove trailing newline

pull/2/head
Petr Razumov 2023-04-04 18:09:39 +03:00
parent 23659b2ac9
commit a64f416b0e
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ func main() {
return
}
ii.Info.Printf("/u/point/%s/%s GET request", pauth, tmsg)
fmt.Fprintln(w, PointMsg(edb, db, udb, pauth, tmsg))
fmt.Fprint(w, PointMsg(edb, db, udb, pauth, tmsg))
})
http.HandleFunc("/u/point", func(w http.ResponseWriter, r *http.Request) {
var pauth, tmsg string