Skip to content

Commit f14cc3d

Browse files
committed
Fix gofmt formatting in telemetry/client.go
1 parent 753637c commit f14cc3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

telemetry/client.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ type telemetryClient struct {
2525
exporter *telemetryExporter
2626
aggregator *metricsAggregator
2727

28-
mu sync.Mutex // Protects started and closed flags
29-
started bool
30-
closed bool
28+
mu sync.Mutex // Protects started and closed flags
29+
started bool
30+
closed bool
3131
}
3232

3333
// newTelemetryClient creates a new telemetry client for the given host.

0 commit comments

Comments
 (0)