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:
Sebastiaan van Stijn 2022-01-20 14:24:03 +01:00
parent 7ed5a30b5c
commit 011a32a4ad
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -71,7 +71,6 @@ func New(info logger.Info) (logger.Logger, error) {
}
return "_" + key
})
if err != nil {
return nil, err
}