From 41d0cc72044244b630d12548b046996e5006eb3e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 3 Jan 2023 12:39:38 +0100 Subject: Format: Run gofumpt --- internal/log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/log') 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 } -- cgit v1.2.3