Skip to content

Commit f20a64c

Browse files
committed
Run make fmt
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent d312f58 commit f20a64c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

project-clone/internal/global.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ import (
3232
)
3333

3434
const (
35-
credentialsMountPath = "/.git-credentials/credentials"
36-
sshConfigMountPath = "/etc/ssh/ssh_config"
37-
publicCertsDir = "/public-certs"
38-
cloneRetriesEnvVar = "PROJECT_CLONE_RETRIES"
39-
defaultCloneRetries = 3
40-
maxCloneRetries = 10
41-
BaseRetryDelay = 1 * time.Second
35+
credentialsMountPath = "/.git-credentials/credentials"
36+
sshConfigMountPath = "/etc/ssh/ssh_config"
37+
publicCertsDir = "/public-certs"
38+
cloneRetriesEnvVar = "PROJECT_CLONE_RETRIES"
39+
defaultCloneRetries = 3
40+
maxCloneRetries = 10
41+
BaseRetryDelay = 1 * time.Second
4242
)
4343

4444
var (

0 commit comments

Comments
 (0)