Skip to content

Commit 3f2d6dd

Browse files
Update rust/operator-binary/src/controller/mod.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 4b07c89 commit 3f2d6dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/controller

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ impl ValidatedCluster {
348348
}
349349
}
350350

351-
/// Recommended labels for a role-group resource.
352351
/// The type-safe role name for an Airflow role.
353352
///
354353
/// Infallible: every `AirflowRole` serialises to a short, valid role name.
@@ -358,6 +357,7 @@ impl ValidatedCluster {
358357
.expect("an AirflowRole serialises to a valid RoleName")
359358
}
360359

360+
/// Recommended labels for a role-group resource.
361361
pub fn recommended_labels(
362362
&self,
363363
role: &AirflowRole,

0 commit comments

Comments
 (0)