Run rustfmt

master
Alex Crichton 2019-08-28 07:58:15 -07:00
parent 677ccfa940
commit 5457ef4ee7
2 changed files with 11 additions and 12 deletions

View File

@ -328,11 +328,11 @@ fn serde_derive_deserialize_errors() {
fn error_handles_crlf() {
bad!(
"\r\n\
[t1]\r\n\
[t2]\r\n\
a = 1\r\n\
a = 2\r\n\
",
[t1]\r\n\
[t2]\r\n\
a = 1\r\n\
a = 2\r\n\
",
toml::Value,
"duplicate key: `a` for key `t2` at line 3 column 1"
);
@ -340,13 +340,12 @@ fn error_handles_crlf() {
// Should be the same as above.
bad!(
"\n\
[t1]\n\
[t2]\n\
a = 1\n\
a = 2\n\
",
[t1]\n\
[t2]\n\
a = 1\n\
a = 2\n\
",
toml::Value,
"duplicate key: `a` for key `t2` at line 3 column 1"
);
}

View File

@ -59,7 +59,7 @@ macro_rules! float_inf_tests {
assert_eq!(
s,
"\
sf1 = inf
sf1 = inf
sf2 = inf
sf3 = -inf
sf4 = nan