Skip to content

Commit ea11d3e

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent bb7ec11 commit ea11d3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//! Ensures that `Pod`s are configured and running for each [`HbaseCluster`][v1alpha1]
2-
//!
3-
//! [v1alpha1]: crate::crd::v1alpha1::HbaseCluster
1+
//! Ensures that `Pod`s are configured and running for each [`v1alpha1::HbaseCluster`]
2+
43
use std::{
54
collections::{BTreeMap, HashMap},
65
fmt::Write,

0 commit comments

Comments
 (0)