Skip to content

Commit 1c7c165

Browse files
committed
make fmt
1 parent 4eb436e commit 1c7c165

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pkg/cli/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func InitRepository(verbose bool, mcp bool, campaign bool, tokens bool, engine s
142142
if tokens {
143143
initLog.Print("Validating repository secrets for agentic workflows")
144144
fmt.Fprintln(os.Stderr, "")
145-
145+
146146
// Run token bootstrap validation
147147
if err := runTokensBootstrap(engine, "", ""); err != nil {
148148
initLog.Printf("Token validation failed: %v", err)

pkg/cli/secret_set_command_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77

88
func TestResolveSecretValueForSet(t *testing.T) {
99
tests := []struct {
10-
name string
11-
fromEnv string
12-
fromFlag string
13-
envValue string
14-
wantErr bool
15-
wantValue string
10+
name string
11+
fromEnv string
12+
fromFlag string
13+
envValue string
14+
wantErr bool
15+
wantValue string
1616
errContains string
1717
}{
1818
{
@@ -111,4 +111,3 @@ func TestEncryptWithPublicKeyInvalidKey(t *testing.T) {
111111
})
112112
}
113113
}
114-

0 commit comments

Comments
 (0)