Skip to content

Commit f0e84e7

Browse files
committed
Fix gofmt formatting
Signed-off-by: Samikshya Chand <[email protected]> Signed-off-by: samikshya-chand_data <[email protected]>
1 parent f1ac2cb commit f0e84e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telemetry/tags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const (
3838
type tagExportScope int
3939

4040
const (
41-
exportNone tagExportScope = 0
42-
exportLocal = 1 << iota
41+
exportNone tagExportScope = 0
42+
exportLocal = 1 << iota
4343
exportDatabricks
4444
exportAll = exportLocal | exportDatabricks
4545
)

0 commit comments

Comments
 (0)