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 64d6437 commit c5a0200Copy full SHA for c5a0200
rust/operator-binary/src/webhook/restarter_mutate_sts.rs
@@ -129,9 +129,7 @@ pub async fn add_sts_restarter_annotation(
129
{
130
Ok(response) => response,
131
Err(err) => {
132
- AdmissionResponse::invalid(format!(
133
- "failed to add patch to AdmissionResponse: {err:#}"
134
- ))
+ AdmissionResponse::invalid(format!("failed to add patch to AdmissionResponse: {err:#}"))
135
}
136
137
0 commit comments