Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 28, 2024
1 parent a44734f commit 1e3c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl BuildContext {
}
}

fs::create_dir_all(&self.work_dir).map_err(|e| BuildError::BuildFolderNotWritable(e))?;
fs::create_dir_all(&self.work_dir).map_err(BuildError::BuildFolderNotWritable)?;

let tool_context = ToolContext::builder()
.with_gateway(gateway.clone())
Expand Down

0 comments on commit 1e3c96b

Please sign in to comment.