Skip to content

Commit c5a0200

Browse files
committed
cargo fmt
1 parent 64d6437 commit c5a0200

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/operator-binary/src/webhook/restarter_mutate_sts.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ pub async fn add_sts_restarter_annotation(
129129
{
130130
Ok(response) => response,
131131
Err(err) => {
132-
AdmissionResponse::invalid(format!(
133-
"failed to add patch to AdmissionResponse: {err:#}"
134-
))
132+
AdmissionResponse::invalid(format!("failed to add patch to AdmissionResponse: {err:#}"))
135133
}
136134
}
137135
}

0 commit comments

Comments
 (0)