Skip to content

Commit 65b73ab

Browse files
[autofix.ci] apply automated fixes
1 parent 968bc3f commit 65b73ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/biome_js_analyze/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use biome_js_syntax::{JsFileSource, JsLanguage};
1414
use biome_module_graph::{ModuleGraph, ModuleResolver};
1515
use biome_project_layout::ProjectLayout;
1616
use biome_rowan::TextRange;
17-
use biome_suppression::{parse_suppression_comment, SuppressionDiagnostic};
17+
use biome_suppression::{SuppressionDiagnostic, parse_suppression_comment};
1818
use std::ops::Deref;
1919
use std::sync::{Arc, LazyLock};
2020

crates/biome_js_analyze/src/services/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pub mod control_flow;
33
pub mod manifest;
44
pub mod module_graph;
55
pub mod semantic;
6-
pub mod typed;
76
pub mod semantic_class;
7+
pub mod typed;

0 commit comments

Comments
 (0)