Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley committed May 17, 2024
1 parent 2434630 commit 4c7c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ mod tests {

for (apply, apply_unsafe, write, fix, unsafe_) in cases {
assert_eq!(
determine_fix_file_mode(FixModeParams {
determine_fix_file_mode(FixFileModeOptions {
apply,
apply_unsafe,
write,
Expand Down

0 comments on commit 4c7c7e7

Please sign in to comment.