Skip to content

Commit 309b5f4

Browse files
committed
chore: codefmt
1 parent d1b1d96 commit 309b5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/management/src/task/task_mgr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ impl TaskMgr {
536536
async fn clean_related_dependent(
537537
&self,
538538
task_name: &&str,
539-
mut check_ops: &mut Vec<TxnCondition>,
540-
mut update_ops: &mut Vec<TxnOp>,
539+
check_ops: &mut Vec<TxnCondition>,
540+
update_ops: &mut Vec<TxnOp>,
541541
is_after: bool,
542542
) -> Result<(), TaskApiError> {
543543
let (self_dependent, other_dependent) = if is_after {

0 commit comments

Comments
 (0)