format code

This commit is contained in:
MaysWind
2020-12-22 22:59:50 +08:00
parent 8900091671
commit 024960f767
23 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
const REQUEST_ID_HEADER = "X-Request-ID"
func RequestId(config *settings.Config) core.MiddlewareHandlerFunc {
return func (c *core.Context) {
return func(c *core.Context) {
if requestid.Container.Current == nil {
c.Next()
return