daemon/logger/gelf: format code with gofumpt
Formatting the code with https://github.com/mvdan/gofumpt Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
7ed5a30b5c
commit
011a32a4ad
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ func New(info logger.Info) (logger.Logger, error) {
|
||||||
}
|
}
|
||||||
return "_" + key
|
return "_" + key
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue