Merge eb2cf6febf68daef0718ed5cff4b0a0f990f4794 into dcaa4296d111981ffb31ac3eba90bb63e1eb5ab9

This commit is contained in:
Nhan (Nolan) Huynh 2026-08-22 20:15:20 -07:00 committed by GitHub
commit 19d9312b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,6 @@ func LoggerWithConfig(conf LoggerConfig) HandlerFunc {
param.Path = path param.Path = path
fmt.Fprint(out, formatter(param)) _, _ = io.WriteString(out, formatter(param))
} }
} }