Skip to content

Commit

Permalink
fix: bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoon committed Oct 26, 2024
1 parent 9e2d23a commit a4b445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type glogLogger struct {
//
// Example:
//
// import "github.com/zalando/gin-oauth2"
// import "github.com/zalando/gin-oauth2"
//
// ginoauth2.DefaultLogger = &logrusLogger{} // use logrus
var DefaultLogger Logger = &glogLogger{output: os.Stderr}
Expand Down

0 comments on commit a4b445f

Please sign in to comment.