mirror of
https://github.com/wez/wezterm.git
synced 2024-11-25 21:07:39 +03:00
rustfmt
This commit is contained in:
parent
88cc82d294
commit
c8b8e81171
@ -199,7 +199,7 @@ fn parse_buffered_data(pane: Weak<dyn Pane>, dead: &Arc<AtomicBool>, mut rx: Fil
|
||||
None => {
|
||||
deadline.replace(Instant::now() + delay);
|
||||
Some(delay)
|
||||
},
|
||||
}
|
||||
Some(target) => target.checked_duration_since(Instant::now()),
|
||||
};
|
||||
if poll_delay.is_some() {
|
||||
|
Loading…
Reference in New Issue
Block a user