Skip to content

Commit 82936aa

Browse files
committed
style: fix
1 parent d6ef527 commit 82936aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/providers/python.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ impl PackageManager {
6969
"pipenv" => Self::Specified(PackageManagerType::Pipenv),
7070
"skip" => Self::Skip,
7171
_ => {
72-
eprintln!(
73-
"Warning: Unknown package manager '{s}'. Using auto-detection.",
74-
);
72+
eprintln!("Warning: Unknown package manager '{s}'. Using auto-detection.",);
7573
Self::Auto
7674
}
7775
})

0 commit comments

Comments
 (0)