Skip to content

Commit

Permalink
Make mod watchdog public. (#190)
Browse files Browse the repository at this point in the history
## πŸ“ Summary

Allows reuse of the watchdog func.

## πŸ’‘ Motivation and Context

I love to share.

---

## βœ… I have completed the following steps:

* [x] Run `make lint`
* [x] Run `make test`
* [ ] Added tests (if applicable)
  • Loading branch information
ZanCorDX committed Sep 24, 2024
1 parent 04ae782 commit 00602cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rbuilder/src/live_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub mod config;
pub mod order_input;
pub mod payload_events;
pub mod simulation;
mod watchdog;
pub mod watchdog;

use crate::{
building::{
Expand Down

0 comments on commit 00602cc

Please sign in to comment.