Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahPlusPlus committed Nov 10, 2023
1 parent 48b754f commit 0ff54a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ fn spectator_update(
window
}
None => {
let Some((window, _)) = windows.iter_mut().find(|(_, primary)| primary.is_some()) else {
let Some((window, _)) = windows.iter_mut().find(|(_, primary)| primary.is_some())
else {
panic!("No primary window found!");
};

Expand Down

0 comments on commit 0ff54a7

Please sign in to comment.