chore: make a run of gofumpt

This commit is contained in:
Vincent Bernat
2025-08-05 06:21:19 +02:00
parent 209cbe0d61
commit 98eb1bdba5
32 changed files with 173 additions and 123 deletions

View File

@@ -4,14 +4,14 @@
package kafka
import (
"akvorado/common/helpers"
"akvorado/common/reporter"
"context"
"fmt"
"testing"
"time"
"akvorado/common/helpers"
"akvorado/common/reporter"
"github.com/twmb/franz-go/pkg/kgo"
"golang.org/x/oauth2"
"golang.org/x/oauth2/clientcredentials"