Skip to content

Commit 393b2ff

Browse files
committed
linting
1 parent 20df609 commit 393b2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/build/resource/statefulset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub(crate) const LISTENER_DEFAULT_PORT_HTTPS_ENV: &str = "LISTENER_DEFAULT_PORT_
167167
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
168168
///
169169
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
170-
/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_rolegroup_headless_service`]).
170+
/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from `build_rolegroup_headless_service`).
171171
#[allow(clippy::too_many_arguments)]
172172
pub(crate) async fn build_node_rolegroup_statefulset(
173173
cluster: &ValidatedCluster,

0 commit comments

Comments
 (0)