style: apply rustfmt to async fs updates
This commit is contained in:
parent
b9af601943
commit
275d3e7791
11 changed files with 44 additions and 17 deletions
|
|
@ -69,7 +69,9 @@ mod tests {
|
|||
config_path: tmp.path().join("config.toml"),
|
||||
..Config::default()
|
||||
};
|
||||
tokio::fs::create_dir_all(&config.workspace_dir).await.unwrap();
|
||||
tokio::fs::create_dir_all(&config.workspace_dir)
|
||||
.await
|
||||
.unwrap();
|
||||
Arc::new(config)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue