Skip to content

Commit

Permalink
Update tutorials/simple_game/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sacha Lansky <[email protected]>
  • Loading branch information
thewoodfish and sacha-l authored Jul 30, 2024
1 parent a29d59e commit c8583a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/simple_game/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async fn run_node_1() {
break;
}

// check for gossip events
// Check for gossip events
let _ = node_1
.events()
.await
Expand Down

0 comments on commit c8583a7

Please sign in to comment.