Skip to content

Commit

Permalink
fix: gofmt error. (gin-gonic#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy authored Mar 11, 2017
1 parent 7e13648 commit b1a1502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const (
TestMode string = "test"
)
const (
debugCode = iota
releaseCode
testCode
debugCode = iota
releaseCode
testCode
)

// DefaultWriter is the default io.Writer used the Gin for debug output and
Expand Down

0 comments on commit b1a1502

Please sign in to comment.