Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 29, 2025
1 parent 9725632 commit f9c353f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/oxlint/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use std::process::{ExitCode, Termination};
#[derive(Debug)]
pub enum CliRunResult {
None,
InvalidOptions {
message: String,
},
InvalidOptions { message: String },
LintSucceeded,
LintFoundErrors,
LintMaxWarningsExceeded,
Expand Down

0 comments on commit f9c353f

Please sign in to comment.