Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 16, 2025
1 parent c10db2c commit a481e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-cdk-timers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,5 @@ extern "C" fn timer_executor() {
}
}
}
ic_cdk::api::msg_reply(&[]);
ic_cdk::api::msg_reply([]);
}

0 comments on commit a481e62

Please sign in to comment.