Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Nov 13, 2024
1 parent d2ec26f commit 509cbd4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ pub fn nodes_metadata() -> Vec<NodeMetadata> {
})
}


pub fn insert_rewards_rates(region: String, rewards_rates: NodeRewardRates) {
REWARDS_TABLE.with_borrow_mut(|rewards_table| rewards_table.insert(region, NodeRewardRatesStored { rewards_rates }));
}
Expand Down

0 comments on commit 509cbd4

Please sign in to comment.