diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2018-07-11 21:35:10 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2018-07-24 15:46:39 +1200 |
| commit | 481e85cc5847b02458288cc068816625a21dcfad (patch) | |
| tree | 693e54480c6fa7fc3ebde8ba111da39d72291b6a /src/expr.rs | |
| parent | f0fe9c3c4acb4eafba5a552a2823e6997e75a3f4 (diff) | |
formatting
Diffstat (limited to 'src/expr.rs')
| -rw-r--r-- | src/expr.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/expr.rs b/src/expr.rs index 8aa5d9bd286..6814b91e053 100644 --- a/src/expr.rs +++ b/src/expr.rs @@ -1212,8 +1212,7 @@ fn rewrite_string_lit(context: &RewriteContext, span: Span, shape: Shape) -> Opt new_indent.to_string(context.config), line.trim_left() ) - }) - .collect::<Vec<_>>() + }).collect::<Vec<_>>() .join("\n") .trim_left(), ); |
