Skip to content

Commit a5ce2a1

Browse files
committed
fix: reformat code
1 parent 026a0b3 commit a5ce2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/client/grafana_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func getExternalAdminUser(ctx context.Context, c client.Client, cr *v1beta1.Graf
2727
case cr.Spec.External.AdminUser != nil:
2828
adminUser, err := GetValueFromSecretKey(ctx, cr.Spec.External.AdminUser, c, cr.Namespace)
2929
if err != nil {
30-
return "", err
30+
return "", err
3131
}
3232

3333
return string(adminUser), nil

0 commit comments

Comments
 (0)