Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
laanak08 authored and zakiali committed Feb 28, 2025
1 parent 820a6ec commit 0229df4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/goose-cli/src/commands/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ async fn run_eval(evaluation: Box<dyn Evaluation>) -> anyhow::Result<Vec<Evaluat
}
}

async fn run_suite(
suite: &str,
) -> anyhow::Result<()> {
async fn run_suite(suite: &str) -> anyhow::Result<()> {
if let Ok(_) = WorkDir::work_from(format!("./{}", &suite)) {
if let Some(evals) = EvaluationSuiteFactory::create(suite) {
for eval in evals {
Expand Down

0 comments on commit 0229df4

Please sign in to comment.