Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
fix: resolve lint errors
  • Loading branch information
nissy-dev committed Dec 25, 2022
commit afa5fde71ef32c3eb5460a38141b64dc5256305c
2 changes: 1 addition & 1 deletion crates/rome_js_formatter/src/parentheses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ pub(crate) fn is_includes_inferred_return_types_with_extends_constraints(
}
}

return false;
false
}

/// Returns `true` if node is in a union or intersection type with more than one variant
Expand Down