Skip to content

Commit 75f0779

Browse files
committed
Fix gofmt alignment in config.go
Co-Authored-By: samikshya-db <samikshya.chand@databricks.com>
1 parent fa0b1c5 commit 75f0779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ type UserConfig struct {
9999
RetryWaitMax time.Duration
100100
RetryMax int
101101
// Telemetry configuration
102-
EnableTelemetry bool // Opt-in for telemetry; follows client > server > default priority
102+
EnableTelemetry bool // Opt-in for telemetry; follows client > server > default priority
103103
Transport http.RoundTripper
104104
UseLz4Compression bool
105105
EnableMetricViewMetadata bool

0 commit comments

Comments
 (0)