Skip to content

Commit 43d4469

Browse files
committed
fix: Remove extra brace
1 parent 01d10c4 commit 43d4469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ pub async fn reconcile_zk(
494494

495495
let role_config = zk.role_config(&zk_role);
496496
if let Some(ZookeeperServerRoleConfig { common, .. }) = role_config {
497-
{
498497
add_pdbs(
499498
&common.pod_disruption_budget,
500499
zk,

0 commit comments

Comments
 (0)