diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
| commit | 41d0cc72044244b630d12548b046996e5006eb3e (patch) | |
| tree | 277f98a8ba35dfa7fb18017e7e36a75c21c1f7a5 /internal/log | |
| parent | 15a3a0b0ac8acabcdf7f9397eb53fb4c4b36a994 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/log')
| -rw-r--r-- | internal/log/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/log.go b/internal/log/log.go index 64d9fb8..8b559fb 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -113,7 +113,7 @@ func (logger *FileLogger) Init(lvl Level, dir string) error { // Inheritf logs an error with a message and params using the error level verbosity of the error. // The message is always prefixed with the error. -func (logger *FileLogger) Inheritf(err error, msg string, params...interface{}) { +func (logger *FileLogger) Inheritf(err error, msg string, params ...interface{}) { if err == nil { return } |
