Skip to content

Commit 25de4df

Browse files
committed
web: gofmt
1 parent 5621e2a commit 25de4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/middleware.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (m *mStack) Abandon(middleware interface{}) error {
148148
}
149149

150150
copy(m.stack[i:], m.stack[i+1:])
151-
m.stack = m.stack[:len(m.stack)-1 : len(m.stack)]
151+
m.stack = m.stack[: len(m.stack)-1 : len(m.stack)]
152152

153153
m.invalidate()
154154
return nil

0 commit comments

Comments
 (0)