Skip to content

Commit fc52be2

Browse files
DeveloperSaharsh Tibrewala
authored andcommitted
gofumpt: format attribute/key_test.go
1 parent b5149a0 commit fc52be2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

attribute/key_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ func TestEmit(t *testing.T) {
7979
want: "42",
8080
},
8181
{
82-
name: `test Key.Emit() can emit a string representing self.INT`,
83-
v: attribute.IntValue(7),
84-
want: "7",
82+
name: `test Key.Emit() can emit a string representing self.INT`,
83+
v: attribute.IntValue(7),
84+
want: "7",
8585
},
8686
{
87-
name: `test Key.Emit() can emit a string representing self.INTSLICE`,
88-
v: attribute.IntSliceValue([]int{1, 2, 3}),
89-
want: `[1,2,3]`,
87+
name: `test Key.Emit() can emit a string representing self.INTSLICE`,
88+
v: attribute.IntSliceValue([]int{1, 2, 3}),
89+
want: `[1,2,3]`,
9090
},
9191
{
9292
name: `test Key.Emit() can emit a string representing self.FLOAT64SLICE`,

0 commit comments

Comments
 (0)