Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Feb 25, 2025
1 parent 65651a6 commit ed36c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-templates/src/h2c/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pub mod json;
use hex;
use serde_json;
use sha2;
pub use hex::decode;
use serde_json;
pub use serde_json::from_reader;
use sha2;
pub use sha2::Sha256;

#[macro_export]
Expand Down

0 comments on commit ed36c1d

Please sign in to comment.