Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Mar 22, 2024
1 parent fbd0b74 commit 0162417
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ impl AsRef<[u8]> for Bytes {
pub mod serde {
use super::*;

use ::serde::{de::{Error, Visitor}, Deserialize, Deserializer};
use ::serde::{
de::{Error, Visitor},
Deserialize, Deserializer,
};

struct BytesVisitor;

Expand Down Expand Up @@ -54,4 +57,4 @@ pub mod serde {
}
}
}
}
}

0 comments on commit 0162417

Please sign in to comment.