Skip to content

Commit 2722bfc

Browse files
authored
Added missing curly bracket
1 parent e4b69c6 commit 2722bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/autodetect/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ func (a *autoDetect) CertManagerAvailability(ctx context.Context) (certmanager.A
155155
}
156156

157157
return certmanager.Available, nil
158+
}
158159

159160
func (a *autoDetect) FIPSEnabled(_ context.Context) bool {
160161
return fips.IsFipsEnabled()

0 commit comments

Comments
 (0)