Skip to content

Commit 12526d5

Browse files
committed
Reformat
1 parent 1dc42be commit 12526d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

idna/tests/punycode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// except according to those terms.
88

99
use idna::punycode::{decode, encode_str};
10-
use serde_json::Value;
1110
use serde_json::map::Map;
11+
use serde_json::Value;
1212
use std::str::FromStr;
1313
use test::TestFn;
1414

idna/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extern crate idna;
2-
extern crate serde_json;
32
extern crate rustc_test as test;
3+
extern crate serde_json;
44

55
mod punycode;
66
mod uts46;

0 commit comments

Comments
 (0)