Skip to content

Commit a8c7fe7

Browse files
github-actions[bot]iduartgomez
authored andcommitted
fix(formatting): remove extra space before brace
Co-authored-by: nacho.d.g <iduartgomez@users.noreply.github.com>
1 parent d16d925 commit a8c7fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/node/op_state_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ async fn garbage_cleanup_task<ER: NetEventRegister>(
627627
TransactionType::Subscribe => ops.subscribe.remove(&tx).is_none(),
628628
TransactionType::Update => ops.update.remove(&tx).is_none(),
629629
};
630-
if still_waiting {
630+
if still_waiting {
631631
delayed.push(tx);
632632
} else {
633633
ops.under_progress.remove(&tx);

0 commit comments

Comments
 (0)