mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
fix format to appease linter
This commit is contained in:
parent
83f28cf64a
commit
e2151c93d5
@ -248,9 +248,7 @@ fn smart_unpack(
|
||||
question_policy: QuestionPolicy,
|
||||
) -> crate::Result<ControlFlow<(), usize>> {
|
||||
assert!(output_dir.exists());
|
||||
let temp_dir = tempfile::Builder::new()
|
||||
.prefix(".tmp-ouch-")
|
||||
.tempdir_in(output_dir)?;
|
||||
let temp_dir = tempfile::Builder::new().prefix(".tmp-ouch-").tempdir_in(output_dir)?;
|
||||
let temp_dir_path = temp_dir.path();
|
||||
|
||||
info_accessible(format!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user