Skip to content

Commit 393abd7

Browse files
committed
Remove extra line
1 parent 34223b9 commit 393abd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/postgresuser/postgresuser_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ func (r *ReconcilePostgresUser) Reconcile(request reconcile.Request) (reconcile.
176176
}
177177
// Create user role
178178
suffix := utils.GetRandomString(6)
179-
180179
role = fmt.Sprintf("%s-%s", instance.Spec.Role, suffix)
181180
login, err = r.pg.CreateUserRole(role, password)
182181
if err != nil {

0 commit comments

Comments
 (0)