mirror of https://github.com/zkat/cacache-rs.git
fix(fmt): cargo fmt --all
This commit is contained in:
parent
f12c0ddb04
commit
38115599ca
|
|
@ -91,7 +91,7 @@ impl AsyncWriter {
|
|||
Ok(AsyncWriter(Mutex::new(State::Idle(Some(Inner {
|
||||
cache: cache_path,
|
||||
builder: IntegrityOpts::new().algorithm(algo),
|
||||
tmpfile: task::spawn_blocking(|| NamedTempFile::new_in(tmp_path) ).await?,
|
||||
tmpfile: task::spawn_blocking(|| NamedTempFile::new_in(tmp_path)).await?,
|
||||
buf: vec![],
|
||||
last_op: None,
|
||||
})))))
|
||||
|
|
|
|||
Loading…
Reference in New Issue