Skip to content

Commit e38a7be

Browse files
committed
fmt
1 parent 07b2b0e commit e38a7be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

agent/agentssh/metrics.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ var (
2323
metricX11XauthorityError = clientmetric.NewCounter("ssh_x11_xauthority_error")
2424
)
2525

26-
var (
27-
sessionMetrics = map[string]sessionMetricsObject{}
28-
)
26+
var sessionMetrics = map[string]sessionMetricsObject{}
2927

3028
type sessionMetricsObject struct {
3129
// Agent sessions

0 commit comments

Comments
 (0)