Skip to content

Commit a5e0824

Browse files
committed
gofmt fixes
1 parent 7c4416a commit a5e0824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

healthchecks/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type HealthChecks struct {
2020
}
2121

2222
type CmdHealthCheck struct {
23-
SshContext *ssh.SSHContext
23+
SshContext *ssh.SSHContext
2424
Description string
2525
Cmd []string
2626
Period int

secrets/secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type SecretError struct {
1414

1515
func wrap(err error) *SecretError {
1616
return &SecretError{
17-
Err: err,
17+
Err: err,
1818
Fatal: true,
1919
}
2020
}

0 commit comments

Comments
 (0)