Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luizvbo committed Mar 29, 2024
1 parent 648a160 commit dcac90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/pip_install.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::{match_rule_without_sudo, utils::match_rule_with_is_app, Rule};
use crate::{cli::command::CrabCommand, shell::Shell};
use regex::Regex;


fn auxiliary_match_rule(command: &CrabCommand) -> bool {
if let Some(output) = &command.output {
Expand Down

0 comments on commit dcac90f

Please sign in to comment.