Skip to content

Commit e66f769

Browse files
committed
chore: codefmt
1 parent 37f0d12 commit e66f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/pipelines/processors/transforms/transform_async_function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ mod tests {
601601

602602
let (tx, mut rx) = tokio::sync::oneshot::channel();
603603
let counter_for_read = counter.clone();
604-
tokio::task::spawn_blocking(move || {
604+
databend_common_base::runtime::spawn_blocking(move || {
605605
let _ = tx.send(counter_for_read.load_bounds());
606606
});
607607

0 commit comments

Comments
 (0)