Skip to content

Commit d0d5074

Browse files
[autofix.ci] apply automated fixes
1 parent 20c2f93 commit d0d5074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/oxc_formatter/src/utils/assignment_like.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ impl<'a> AssignmentLike<'a, '_> {
325325
.get_identifier_reference()
326326
.is_some_and(|ident| ident.name == "require")
327327
{
328-
329328
return AssignmentLikeLayout::NeverBreakAfterOperator;
330329
}
331330
}

0 commit comments

Comments
 (0)