fix: run cargo format

This commit is contained in:
Xavier Stouder
2025-07-31 22:52:27 +02:00
parent 0dabf9b22f
commit 985ad68ade
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ impl ApiError for Error {
use hyper::header;
header_map.append(header::CONTENT_TYPE, "application/xml".parse().unwrap());
header_map.append(header::ACCESS_CONTROL_ALLOW_ORIGIN, "*".parse().unwrap());
header_map.append(header::ACCESS_CONTROL_ALLOW_ORIGIN, "*".parse().unwrap());
#[allow(clippy::single_match)]
match self {