Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
My beloved friend clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Aug 29, 2022
1 parent 4d77bcd commit 8ae1f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/rome_js_formatter/src/parentheses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ use rome_js_syntax::{
JsAnyLiteralExpression, JsArrowFunctionExpression, JsAssignmentExpression, JsBinaryExpression,
JsBinaryOperator, JsComputedMemberAssignment, JsComputedMemberExpression,
JsConditionalExpression, JsLanguage, JsParenthesizedAssignment, JsParenthesizedExpression,
JsSequenceExpression, JsSyntaxKind, JsSyntaxNode, JsSyntaxToken, TsConditionalType,
TsIndexedAccessType, TsIntersectionTypeElementList, TsParenthesizedType, TsType,
TsUnionTypeVariantList,
JsSequenceExpression, JsStaticMemberAssignment, JsStaticMemberExpression, JsSyntaxKind,
JsSyntaxNode, JsSyntaxToken, TsConditionalType, TsIndexedAccessType,
TsIntersectionTypeElementList, TsParenthesizedType, TsType, TsUnionTypeVariantList,
};
use rome_rowan::{declare_node_union, match_ast, AstNode, AstSeparatedList, SyntaxResult};

Expand Down

0 comments on commit 8ae1f8e

Please sign in to comment.