Skip to content

Commit fb553ee

Browse files
committed
chore: format
1 parent b10cd49 commit fb553ee

File tree

1 file changed

+3
-1
lines changed
  • crates/biome_cli/src/execute/process_file

1 file changed

+3
-1
lines changed

crates/biome_cli/src/execute/process_file/search.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ fn is_file_compatible_with_pattern(
8282
) -> bool {
8383
match pattern_language {
8484
GritTargetLanguage::JsTargetLanguage(_) => matches!(file_source, DocumentFileSource::Js(_)),
85-
GritTargetLanguage::CssTargetLanguage(_) => matches!(file_source, DocumentFileSource::Css(_)),
85+
GritTargetLanguage::CssTargetLanguage(_) => {
86+
matches!(file_source, DocumentFileSource::Css(_))
87+
}
8688
}
8789
}

0 commit comments

Comments
 (0)