Skip to content

Commit a1bb839

Browse files
committed
feat: extract_struct_from_function_signature
fixed formatting
1 parent 26ba1b9 commit a1bb839

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ide-assists/src/handlers/extract_struct_from_function_signature.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ fn create_struct_def(
311311
});
312312
let field_list = field_list.indent(IndentLevel::single());
313313

314-
315-
316314
make::struct_(fn_vis, name, generics, field_list.into()).clone_for_update()
317315
}
318316
// Note: this also detaches whitespace after comments,

0 commit comments

Comments
 (0)