Skip to content

Commit c5107ed

Browse files
committed
fix: fmt
1 parent 77dceb0 commit c5107ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor/fast/finalize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub fn process_finalize(
136136
(*delegated_account_data).copy_from_slice(&commit_state_data);
137137

138138
// Drop remaining reference before closing accounts
139-
drop(commit_record_data);
139+
drop(commit_record_data);
140140
drop(commit_state_data);
141141

142142
// Closing accounts

0 commit comments

Comments
 (0)