Skip to content

Commit

Permalink
rustfmt (#1415)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: clux <[email protected]>
  • Loading branch information
github-actions[bot] and clux authored Mar 5, 2024
1 parent 8fa3058 commit 45c2ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube-runtime/src/reflector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mod object_ref;
pub mod store;

pub use self::object_ref::{Extra as ObjectRefExtra, ObjectRef, Lookup};
pub use self::object_ref::{Extra as ObjectRefExtra, Lookup, ObjectRef};
use crate::watcher;
use futures::{Stream, TryStreamExt};
use std::hash::Hash;
Expand Down
2 changes: 1 addition & 1 deletion kube-runtime/src/reflector/store.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{ObjectRef, Lookup};
use super::{Lookup, ObjectRef};
use crate::{
utils::delayed_init::{self, DelayedInit},
watcher,
Expand Down

0 comments on commit 45c2ebb

Please sign in to comment.