Skip to content

Commit c759f70

Browse files
committed
chore: codefmt
1 parent 2c79412 commit c759f70

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
@@ -1147,7 +1147,7 @@ mod tests {
11471147

11481148
let (tx, mut rx) = tokio::sync::oneshot::channel();
11491149
let counter_for_read = counter.clone();
1150-
tokio::task::spawn_blocking(move || {
1150+
databend_common_base::runtime::spawn_blocking(move || {
11511151
let _ = tx.send(counter_for_read.load_bounds());
11521152
});
11531153

0 commit comments

Comments
 (0)