cargo fmt

This commit is contained in:
xenofem 2022-04-27 00:55:36 -04:00
parent 3d5010806b
commit ba3326ef24
4 changed files with 116 additions and 74 deletions

View file

@ -1,4 +1,4 @@
use std::{fs::File, task::Waker, io::Write, path::PathBuf};
use std::{fs::File, io::Write, path::PathBuf, task::Waker};
pub trait LiveWriter: Write {
fn add_waker(&mut self, waker: Waker);