Skip to content

Commit

Permalink
return &self.state; --> &self.state
Browse files Browse the repository at this point in the history
  • Loading branch information
bkushigian committed Oct 7, 2024
1 parent 202fbd0 commit f76ef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,6 @@ impl PostFlopGame {
}

pub fn get_state(&self) -> &State {
return &self.state;
&self.state
}
}

0 comments on commit f76ef3d

Please sign in to comment.