Commit 30d167e
committed
code health: unify log messages format
The patch removes a last newline character from log messages because
the character will be added anyway [1][2].
1. https://pkg.go.dev/log#Logger.Printf
2. https://pkg.go.dev/log#Output
Part of #1191 parent 8cb6489 commit 30d167e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments