Skip to content

Commit c36e781

Browse files
committed
cargo fmt
1 parent 71eefa7 commit c36e781

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

datafusion/core/benches/distinct_query_sql.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ async fn distinct_with_limit(
119119
}
120120

121121
fn run(rt: &Runtime, plan: Arc<dyn ExecutionPlan>, ctx: Arc<TaskContext>) {
122-
criterion::black_box(
123-
rt.block_on(distinct_with_limit(plan.clone(), ctx.clone()))
124-
).unwrap();
122+
criterion::black_box(rt.block_on(distinct_with_limit(plan.clone(), ctx.clone())))
123+
.unwrap();
125124
}
126125

127126
pub async fn create_context_sampled_data(

0 commit comments

Comments
 (0)