Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed Jul 12, 2023
1 parent dc41f68 commit ce0096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/sbp/src/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub use serde_json::ser::CompactFormatter;
pub use de::stream_messages;
pub use de::{iter_json2json_messages, iter_messages, iter_messages_from_fields};

pub use ser::{to_vec, to_value, to_writer, Json2JsonEncoder, JsonEncoder};
pub use ser::{to_value, to_vec, to_writer, Json2JsonEncoder, JsonEncoder};

#[derive(Debug, Deserialize)]
#[serde(untagged)]
Expand Down

0 comments on commit ce0096f

Please sign in to comment.