feat: formatting

This commit is contained in:
Nova
2023-07-19 04:16:32 -07:00
parent f63ca4a25b
commit f15578f7df
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>();