We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff12cdf commit fa658f1Copy full SHA for fa658f1
crates/stackable-operator/src/builder/meta.rs
@@ -175,7 +175,6 @@ impl ObjectMetaBuilder {
175
/// This adds multiple finalizers to the existing finalizers.
176
pub fn with_finalizers(&mut self, finalizers: Vec<String>) -> &mut Self {
177
self.finalizers.get_or_insert(Vec::new()).extend(finalizers);
178
-
179
self
180
}
181
0 commit comments