From 3b14d5817a2ff6114b9523cbfa279a523b9f3a26 Mon Sep 17 00:00:00 2001 From: Wen <113942165+wen-coding@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:30:57 -0700 Subject: [PATCH] Fix bad indent. --- runtime/src/epoch_stakes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/epoch_stakes.rs b/runtime/src/epoch_stakes.rs index 1cfcf76f6146cf..d3847f4c10c69c 100644 --- a/runtime/src/epoch_stakes.rs +++ b/runtime/src/epoch_stakes.rs @@ -540,5 +540,5 @@ pub(crate) mod tests { Some(*stake * num_vote_accounts_per_node as u64) ); } - } + } }