Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 30, 2024
1 parent d06bdff commit 8c7e911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/err.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ pub enum SerializationError {
#[error("Error while serializing record")]
IoError {
#[from]
source: io::Error
}
source: io::Error,
},
}

#[derive(Debug, Error)]
Expand Down

0 comments on commit 8c7e911

Please sign in to comment.