Skip to content

Commit a05422a

Browse files
committed
undo reformat
1 parent d5fb3ae commit a05422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ pub(crate) fn rewrite_struct_field(
19471947
}
19481948

19491949
let force_space_after_colon =
1950-
is_ty_kind_with_absolute_decl(&field.ty.clone().into_inner().kind);
1950+
is_ty_kind_with_absolute_decl(&(*field.ty).kind);
19511951
let type_annotation_spacing = type_annotation_spacing(context.config, force_space_after_colon);
19521952
let prefix = rewrite_struct_field_prefix(context, field)?;
19531953

0 commit comments

Comments
 (0)