Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed May 20, 2022
1 parent 123ef68 commit af6634e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use criterion::{self, criterion_group, criterion_main, Criterion};
use pretty_assertions::assert_eq;
use quick_xml::events::Event;
use quick_xml::Reader;
use pretty_assertions::assert_eq;

static SAMPLE: &[u8] = include_bytes!("../tests/sample_rss.xml");
static PLAYERS: &[u8] = include_bytes!("../tests/players.xml");
Expand Down
2 changes: 1 addition & 1 deletion examples/nested_readers.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use pretty_assertions::assert_eq;
use quick_xml::events::Event;
use quick_xml::Reader;
use pretty_assertions::assert_eq;

// a structure to capture the rows we've extracted
// from a ECMA-376 table in document.xml
Expand Down
2 changes: 1 addition & 1 deletion tests/namespaces.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use pretty_assertions::assert_eq;
use quick_xml::events::attributes::Attribute;
use quick_xml::events::Event::*;
use quick_xml::Reader;
use pretty_assertions::assert_eq;
use std::borrow::Cow;

#[test]
Expand Down

0 comments on commit af6634e

Please sign in to comment.