Skip to content

Commit

Permalink
merged autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
BnjmnZmmrmn committed Apr 22, 2024
2 parents b13c14c + b81758f commit ff756ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/game/mock/example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub mod simple_utility {
/// TODO
pub struct AcyclicExampleGame<'a> {
game: Session<'a>,

}

/// TODO
Expand Down Expand Up @@ -253,7 +252,7 @@ pub mod simple_utility {
.start(&store[0])?
.build()?;

Ok(AcyclicExampleGame { game })
Ok(AcyclicExampleGame { game })
}

/// Creates a PNG image of the game being represented.
Expand All @@ -268,7 +267,7 @@ pub mod simple_utility {
store: &'a mut Vec<Node>,
) -> Result<CyclicExampleGame<'a>> {
let mut nodes = vec![
node!(0), // 254 = 0
node!(0),
node!(1),
node!(0),
node!(1),
Expand Down Expand Up @@ -342,7 +341,7 @@ pub mod simple_utility {
.start(&store[0])?
.build()?;

Ok(CyclicExampleGame { game })
Ok(CyclicExampleGame { game })
}

/// Creates a PNG image of the game being represented.
Expand Down Expand Up @@ -580,7 +579,7 @@ pub mod simple_utility {
.start(&store[0])?
.build()?;

Ok(AcyclicExampleGame { game })
Ok(AcyclicExampleGame { game })
}

/// Creates a PNG image of the game being represented.
Expand Down Expand Up @@ -652,7 +651,7 @@ pub mod simple_utility {
.start(&store[0])?
.build()?;

Ok(CyclicExampleGame { game })
Ok(CyclicExampleGame { game })
}

/// Creates a PNG image of the game being represented.
Expand Down

0 comments on commit ff756ca

Please sign in to comment.