mirror of
https://github.com/beego/bee.git
synced 2025-06-11 08:20:39 +00:00
Fix static check
This commit is contained in:
@ -378,7 +378,6 @@ func (cw *colorWriter) Write(p []byte) (int, error) {
|
||||
switch ch {
|
||||
case firstCsiChar:
|
||||
cw.paramStartBuf.WriteByte(ch)
|
||||
break
|
||||
case secondeCsiChar:
|
||||
cw.paramStartBuf.WriteByte(ch)
|
||||
cw.state = secondCsiCode
|
||||
|
Reference in New Issue
Block a user