Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Oct 23, 2024
1 parent 35b2594 commit 1cfff60
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions plugins/inputs/prometheus/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ package prometheus
import (
"context"
"fmt"
"os"
"os/signal"
"runtime"
"sync"
"syscall"

"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/oklog/run"
Expand All @@ -40,11 +46,6 @@ import (
promRuntime "github.com/prometheus/prometheus/util/runtime"
"k8s.io/klog/v2"
"k8s.io/klog/v2/klogr"
"os"
"os/signal"
"runtime"
"sync"
"syscall"
)

var (
Expand Down

0 comments on commit 1cfff60

Please sign in to comment.