fix: use tab instead of space for indentation

This commit is contained in:
Jose Diaz-Gonzalez 2023-06-05 11:39:16 -04:00 committed by GitHub
parent 1362981899
commit 5f3d2526cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,7 @@ func debugPrint(format string, values ...any) {
if !strings.HasSuffix(format, "\n") {
format += "\n"
}
}
fmt.Fprintf(DefaultWriter, "[GIN-debug] "+format, values...)
}