We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8664f commit 4c00fc1Copy full SHA for 4c00fc1
src/providers/python.rs
@@ -69,9 +69,7 @@ impl PackageManager {
69
"pipenv" => Self::Specified(PackageManagerType::Pipenv),
70
"skip" => Self::Skip,
71
_ => {
72
- eprintln!(
73
- "Warning: Unknown package manager '{s}'. Using auto-detection.",
74
- );
+ eprintln!("Warning: Unknown package manager '{s}'. Using auto-detection.",);
75
Self::Auto
76
}
77
})
0 commit comments