Skip to content

Commit 48d30a4

Browse files
chore: run rustfmt against source
1 parent 4d9fa00 commit 48d30a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expr.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,6 @@ fn rewrite_struct_lit<'a>(
15361536
let path_shape = shape.sub_width(2)?;
15371537
let path_str = rewrite_path(context, PathContext::Expr, None, path, path_shape)?;
15381538

1539-
15401539
let has_base = match struct_rest {
15411540
ast::StructRest::None if fields.is_empty() => return Some(format!("{} {{}}", path_str)),
15421541
ast::StructRest::Rest(_) if fields.is_empty() => {

0 commit comments

Comments
 (0)