Skip to content

Commit

Permalink
fix: use tab instead of space for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Jun 5, 2023
1 parent 1362981 commit 5f3d252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ func debugPrint(format string, values ...any) {

if !strings.HasSuffix(format, "\n") {
format += "\n"
}

}
fmt.Fprintf(DefaultWriter, "[GIN-debug] "+format, values...)
}

Expand Down

0 comments on commit 5f3d252

Please sign in to comment.