Skip to content

Commit

Permalink
chore: do fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 10, 2024
1 parent b6b1caf commit 9e31710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layershellev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,9 @@ impl<T: 'static> WindowState<T> {

let mut output = pos.and_then(|p| self.units[p].wl_output.as_ref());

if self.last_wloutput.is_none() && self.outputs.len() > self.last_unit_index {
if self.last_wloutput.is_none()
&& self.outputs.len() > self.last_unit_index
{
self.last_wloutput =
Some(self.outputs[self.last_unit_index].1.clone());
}
Expand Down

0 comments on commit 9e31710

Please sign in to comment.