mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: use gofumpt
Undecided if we need to use it. I think it's nice.
This commit is contained in:
@@ -30,7 +30,7 @@ type Logger struct {
|
||||
// New creates a new logger
|
||||
func New(config Configuration) (Logger, error) {
|
||||
// Initialize the logger
|
||||
var logger = log.Logger.Hook(contextHook{})
|
||||
logger := log.Logger.Hook(contextHook{})
|
||||
return Logger{logger}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user