Skip to content

Commit

Permalink
Remove some empty spaces in the book
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveint committed Sep 21, 2023
1 parent 2b379cd commit 2597d37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chorus_book/src/guide-projector.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ To create a `Projector`, you need to provide the target location and the transpo
# struct Alice;
# #[derive(ChoreographyLocation)]
# struct Bob;
#

let projector = Projector::new(Alice, alice_transport);
```

Expand All @@ -45,8 +43,6 @@ To execute a choreography, you need to call the `epp_and_run` method on the `Pro
# fn run(self, op: &impl ChoreoOp<Self::L>) {
# }
# }
#

# let projector = Projector::new(Alice, alice_transport);
projector.epp_and_run(HelloWorldChoreography);
```
Expand Down

0 comments on commit 2597d37

Please sign in to comment.