feat: formatting

This commit is contained in:
Nova
2023-07-19 04:16:32 -07:00
parent a87823dcc8
commit 1923b71985
2 changed files with 48 additions and 22 deletions

View File

@@ -174,7 +174,10 @@ fn main() {
sk.input_hand_visible(Handed::Right, false);
}
let play_space = sk.world_has_bounds().then(|| PlaySpace::new().ok()).flatten();
let play_space = sk
.world_has_bounds()
.then(|| PlaySpace::new().ok())
.flatten();
let (event_stop_tx, event_stop_rx) = oneshot::channel::<()>();
let (info_sender, info_receiver) = oneshot::channel::<EventLoopInfo>();