Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Apr 8, 2024
1 parent 5fe4556 commit 3230175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_js_formatter/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod binary_like_expression;
mod conditional;
pub mod string_utils;

pub(crate) mod expression;
pub(crate) mod format_class;
pub(crate) mod format_modifiers;
pub(crate) mod function_body;
Expand Down Expand Up @@ -36,7 +37,6 @@ use biome_js_syntax::{
use biome_rowan::{AstNode, AstNodeList};
use biome_text_size::TextSize;
pub(crate) use conditional::{AnyJsConditional, ConditionalJsxChain};
pub(crate) mod expression;
pub(crate) use object_like::JsObjectLike;
pub(crate) use object_pattern_like::JsObjectPatternLike;
pub(crate) use string_utils::*;
Expand Down

0 comments on commit 3230175

Please sign in to comment.