Skip to content

Commit

Permalink
Fixed rustfmt error in kube-runtime utils mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
danrspencer committed Feb 17, 2023
1 parent efb4166 commit 6096f4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kube-runtime/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
mod backoff_reset_timer;
mod event_flatten;
mod stream_backoff;
#[cfg(feature = "unstable_runtime_subscribe")]
mod stream_subscribe;
#[cfg(feature = "unstable_runtime_subscribe")] mod stream_subscribe;
mod watch_ext;

pub use backoff_reset_timer::ResetTimerBackoff;
Expand Down

0 comments on commit 6096f4e

Please sign in to comment.