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

Commit

Permalink
chore: 🤖 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Sep 12, 2022
1 parent 79d2af3 commit 46c4a8b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use crate::{parentheses::{NeedsParentheses, unary_like_expression_needs_parentheses}, prelude::*};
use crate::{
parentheses::{unary_like_expression_needs_parentheses, NeedsParentheses},
prelude::*,
};
use rome_formatter::write;
use rome_js_syntax::{TsInstantiationExpression, TsInstantiationExpressionFields};
#[derive(Debug, Clone, Default)]
Expand Down

0 comments on commit 46c4a8b

Please sign in to comment.