mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Cargo fmt
This commit is contained in:
+2
-2
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user