diff --git a/backend-rust/src/indexer.rs b/backend-rust/src/indexer.rs index a23d8823..34794eed 100644 --- a/backend-rust/src/indexer.rs +++ b/backend-rust/src/indexer.rs @@ -1452,7 +1452,8 @@ impl PreparedAccountDelegationEvent { PreparedAccountDelegationEvent::BakerRemoved { baker_id, } => { - // TODO: This could maybe be left out because the subsequent events should do the same. + // TODO: This could maybe be left out because the subsequent events should do + // the same. sqlx::query!( r#"UPDATE accounts SET delegated_stake = 0, delegated_restake_earnings = false, delegated_target_baker_id = NULL WHERE index = $1"#, *baker_id