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
+2 -2
View File
@@ -36,9 +36,9 @@ pub fn new(shape: Shape, config: &'a Config) -> StringFormat<'a> {
closer: "\"",
line_start: " ",
line_end: "\\",
shape: shape,
shape,
trim_end: false,
config: config,
config,
}
}
}