Skip to content

Commit 72a751b

Browse files
committed
fix formatting
1 parent 2c62e12 commit 72a751b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporter/http_error_logger.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package exporter
22

33
import (
44
"fmt"
5+
"log/slog"
6+
57
"github.com/pkg/errors"
68
"github.com/prometheus/client_golang/prometheus"
7-
"log/slog"
89
)
910

1011
// httpErrorLogger is a wrapper around slog.Logger that can log promhttp errors (by implementing a Println method).

0 commit comments

Comments
 (0)