Skip to content

Commit 5393698

Browse files
tronghnmortenlj
andcommitted
instance: remove typo
Co-authored-by: Morten Lied Johansen <[email protected]>
1 parent f2fc11f commit 5393698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/pkg/instance/instance.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func WaitForCnrmResourcesToGoAway(ctx context.Context, instanceName, application
222222
logger := mgr.Logger.With("instance_name", instanceName)
223223
logger.Info("waiting for relevant CNRM resources to go away...")
224224

225-
type resource[ struct {
225+
type resource struct {
226226
kind string
227227
getter func() (metav1.Object, error)
228228
}
@@ -239,7 +239,7 @@ func WaitForCnrmResourcesToGoAway(ctx context.Context, instanceName, application
239239
},
240240
{
241241
"SQLUser",
242-
func() (metav1.Object, error){
242+
func() (metav1.Object, error) {
243243
user, err := mgr.SqlUserClient.Get(ctx, instanceName)
244244
if err != nil {
245245
return nil, err

0 commit comments

Comments
 (0)