Skip to content

Commit f3a1ae1

Browse files
committed
linting
1 parent 18df143 commit f3a1ae1

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

rust/operator-binary/src/crd/role/broker.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ impl BrokerConfig {
9292
}
9393
}
9494
}
95-

rust/operator-binary/src/crd/role/controller.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ impl ControllerConfig {
8383
}
8484
}
8585
}
86-

rust/operator-binary/src/kafka_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub const MAX_KAFKA_LOG_FILES_SIZE: MemoryQuantity = MemoryQuantity {
5555
/// Build recommended values for labels.
5656
///
5757
/// Generic over the owner `T` so the owner can be either the raw `KafkaCluster` or the
58-
/// [`ValidatedCluster`] (which also implements `Resource`).
58+
/// `ValidatedCluster` (which also implements `Resource`).
5959
pub fn build_recommended_labels<'a, T>(
6060
owner: &'a T,
6161
controller_name: &'a str,

0 commit comments

Comments
 (0)