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 29, 2024
1 parent 4a446f2 commit d8550ed
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 d8550ed

Please sign in to comment.