Skip to content

Commit 5f0e0e2

Browse files
authored
Merge pull request #5 from EspressoSystems/keyao/game-count-log
Fix format
2 parents a1a6e25 + c7bd0df commit 5f0e0e2

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)