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 25, 2025
1 parent 1cf9d9d commit d4a9fe9
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 @@ -33,9 +33,7 @@ impl Termination for CliRunResult {
println!("Path {paths:?} does not exist.");
ExitCode::from(1)
}
Self::LintResult(LintResult {
exit_code,
}) => exit_code,
Self::LintResult(LintResult { exit_code }) => exit_code,
Self::ConfigFileInitResult { message } => {
println!("{message}");
ExitCode::from(0)
Expand Down

0 comments on commit d4a9fe9

Please sign in to comment.