Skip to content

Commit 78e09bd

Browse files
committed
Cargo fmt
1 parent f6c0a0f commit 78e09bd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/reorder.rs

+1-8
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,7 @@ fn rewrite_reorderable_item(
103103
_ => return None,
104104
};
105105

106-
combine_strs_with_missing_comments(
107-
context,
108-
&attrs_str,
109-
&item_str,
110-
missed_span,
111-
shape,
112-
false,
113-
)
106+
combine_strs_with_missing_comments(context, &attrs_str, &item_str, missed_span, shape, false)
114107
}
115108

116109
/// Rewrite a list of items with reordering. Every item in `items` must have

0 commit comments

Comments
 (0)