Skip to content

Commit 9e31680

Browse files
committed
cargo fmt
1 parent 7c193c4 commit 9e31680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src

crates/stackable-operator/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub mod config;
1515
pub mod constants;
1616
pub mod cpu;
1717
pub mod crd;
18+
pub mod databases;
1819
pub mod deep_merger;
1920
pub mod eos;
2021
pub mod helm;
@@ -30,7 +31,6 @@ pub mod role_utils;
3031
pub mod status;
3132
pub mod utils;
3233
pub mod validation;
33-
pub mod databases;
3434

3535
// External re-exports
3636
pub use k8s_openapi;

0 commit comments

Comments
 (0)