mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: format
This commit is contained in:
parent
1991c9f5eb
commit
b49525543d
5 changed files with 101 additions and 93 deletions
|
|
@ -38,6 +38,4 @@ pub fn setup_capture(file_path: Option<PathBuf>) {
|
|||
///
|
||||
/// # Errors
|
||||
/// Returns an Error if the writer is already set.
|
||||
fn attach(writer: Box<dyn Writer + Send + Sync>) {
|
||||
crate::socket::capture::set_writer(writer);
|
||||
}
|
||||
fn attach(writer: Box<dyn Writer + Send + Sync>) { crate::socket::capture::set_writer(writer); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue