Cargo fmt

This commit is contained in:
Seiichi Uchida 2018-01-22 13:05:18 +09:00
parent fa6892eb63
commit 154bf8e1af
18 changed files with 98 additions and 101 deletions

View file

@ -36,9 +36,9 @@ impl<'a> StringFormat<'a> {
closer: "\"",
line_start: " ",
line_end: "\\",
shape: shape,
shape,
trim_end: false,
config: config,
config,
}
}
}