Run rustfmt

This commit is contained in:
Alex Crichton 2019-08-28 07:58:15 -07:00
parent 16d3273c8c
commit d8309379ed
2 changed files with 11 additions and 12 deletions

View file

@ -348,5 +348,4 @@ fn error_handles_crlf() {
toml::Value, toml::Value,
"duplicate key: `a` for key `t2` at line 3 column 1" "duplicate key: `a` for key `t2` at line 3 column 1"
); );
} }