diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2018-01-22 13:05:18 +0900 |
|---|---|---|
| committer | Seiichi Uchida <seuchida@gmail.com> | 2018-01-22 13:05:18 +0900 |
| commit | 154bf8e1afafed035b769955ed81490dca62a50a (patch) | |
| tree | 8b9830f2f66c58ff9ba13a8cde18e2c5a4d4e1bc /src/string.rs | |
| parent | fa6892eb6389dbcdf8037670bd480767a61b5a8d (diff) | |
Cargo fmt
Diffstat (limited to 'src/string.rs')
| -rw-r--r-- | src/string.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string.rs b/src/string.rs index 43b1ccbcb93..2386d90ec8a 100644 --- a/src/string.rs +++ b/src/string.rs @@ -36,9 +36,9 @@ impl<'a> StringFormat<'a> { closer: "\"", line_start: " ", line_end: "\\", - shape: shape, + shape, trim_end: false, - config: config, + config, } } } |
