Skip to content

Commit acdfe1b

Browse files
committed
fix(fmt) run formatter
1 parent 67a95cd commit acdfe1b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

internal/pkg/flags/secret_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,24 @@ func TestSecretFlag(t *testing.T) {
127127

128128
func TestSecretFlag_Usage(t *testing.T) {
129129
t.Parallel()
130-
tests := []struct{
131-
in string
130+
tests := []struct {
131+
in string
132132
want string
133-
} {
133+
}{
134134
{
135-
in: "password",
135+
in: "password",
136136
want: "Password",
137137
},
138138
{
139-
in: "Password",
139+
in: "Password",
140140
want: "Password",
141141
},
142142
{
143-
in: "",
143+
in: "",
144144
want: "",
145145
},
146146
{
147-
in: "secret-key",
147+
in: "secret-key",
148148
want: "Secret-Key",
149149
},
150150
}

0 commit comments

Comments
 (0)