提交 3991745c 编写于 作者: P Péter Szilágyi 提交者: GitHub

Merge pull request #14921 from egonelbre/megacheck_log

log: fix megacheck warnings
......@@ -330,7 +330,7 @@ func escapeString(s string) string {
needsEscape = true
}
}
if needsEscape == false && needsQuotes == false {
if !needsEscape && !needsQuotes {
return s
}
e := stringBufPool.Get().(*bytes.Buffer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册