Skip to content

Commit a481e62

Browse files
committed
fix clippy
1 parent c10db2c commit a481e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ic-cdk-timers/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,5 @@ extern "C" fn timer_executor() {
292292
}
293293
}
294294
}
295-
ic_cdk::api::msg_reply(&[]);
295+
ic_cdk::api::msg_reply([]);
296296
}

0 commit comments

Comments
 (0)