Skip to content

Commit dc72665

Browse files
author
Philip Hurst
committed
removed empty branch to pass linter
1 parent d5893ce commit dc72665

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pgbouncer/reconcile.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ func Secret(ctx context.Context,
7878
// If the password is non-empty and the verifier is empty, generate a new verifier.
7979
verifier, err = passwd.NewSCRAMPassword(password).Build()
8080
err = errors.WithStack(err)
81-
} else if len(password) != 0 && len(verifier) != 0 {
82-
// If both the password and verifier are non-empty, use them.
8381
}
8482

8583
if err == nil {

0 commit comments

Comments
 (0)