Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taearls committed Dec 28, 2024
1 parent 6fb1084 commit f0a1459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ mod tests;
use crate::{
context::LintContext,
rule::Rule,
utils::{parse_jest_fn_call, JestFnKind, JestGeneralFnKind, ParsedJestFnCallNew, PossibleJestNode},
utils::{
parse_jest_fn_call, JestFnKind, JestGeneralFnKind, ParsedJestFnCallNew, PossibleJestNode,
},
};

fn prefer_lowercase_title_diagnostic(title: &str, span: Span) -> OxcDiagnostic {
Expand Down
5 changes: 1 addition & 4 deletions crates/oxc_linter/src/utils/vitest.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use oxc_ast::ast::CallExpression;

use super::{
parse_jest_fn_call, ParsedExpectFnCall, ParsedJestFnCallNew,
PossibleJestNode,
};
use super::{parse_jest_fn_call, ParsedExpectFnCall, ParsedJestFnCallNew, PossibleJestNode};
use crate::LintContext;

mod valid_vitest_fn;
Expand Down

0 comments on commit f0a1459

Please sign in to comment.