openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a64f416b0e5dbb0283558382a353255ff4b2d9bd
parent 23659b2ac91f40b1334dad6816709aced20e70c6
Author: Petr Razumov <razumov.petr@wb.ru>
Date:   Tue,  4 Apr 2023 18:09:39 +0300

fix: remove trailing newline

Diffstat:
Mcmd/idecd/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/idecd/main.go b/cmd/idecd/main.go @@ -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