Skip to content

Commit 045d2f4

Browse files
authored
Apply suggestions from code review
1 parent d7f2e88 commit 045d2f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0"
1818
built = { version = "0.7", features = ["chrono", "git2"] }
1919
clap = "4.5"
2020
const_format = "0.2"
21-
futures = "0.3"
21+
futures = "0.3"
2222
indoc = "2.0"
2323
rstest = "0.24"
2424
semver = "1.0"

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ pub mod versioned {
132132
pub brokers: Option<Role<KafkaConfigFragment, GenericRoleConfig, JavaCommonConfig>>,
133133

134134
/// Kafka settings that affect all roles and role groups.
135+
///
135136
/// The settings in the `clusterConfig` are cluster wide settings that do not need to be configurable at role or role group level.
136137
pub cluster_config: v1alpha1::KafkaClusterConfig,
137138

0 commit comments

Comments
 (0)