Skip to content

Commit c7bd0df

Browse files
committed
Fix fmt
1 parent 829ca5e commit c7bd0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fault-proof/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ where
161161
let latest_game_index = game_count - U256::from(1);
162162
// TODO (Keyao) Reduce the logs for game count.
163163
// <https://app.asana.com/1/1208976916964769/project/1209392461754458/task/1212777441857737?focus=true>
164-
//
164+
//
165165
// The logged index is game count - 1.
166166
tracing::info!("Latest game index: {:?}", latest_game_index);
167167

0 commit comments

Comments
 (0)