Skip to content

Commit 8459eaa

Browse files
fix(lint): fix lint error.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent c364a22 commit 8459eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/tenant/tenant_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (r *TenantReconciler) verifyMeta(ctx context.Context, tenant *databendv1alp
182182
return storageError, fmt.Errorf("failed to get secret %v", nn)
183183
}
184184
}
185-
185+
186186
return creationSucceeded, nil
187187
}
188188

0 commit comments

Comments
 (0)