Skip to content

Commit 13d787e

Browse files
haasonsaasclaude
andcommitted
Fix cargo fmt formatting in metrics module
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95609cf commit 13d787e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/server/metrics.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ pub async fn get_metrics(State(state): State<Arc<AppState>>) -> impl IntoRespons
126126
);
127127

128128
(
129-
[(axum::http::header::CONTENT_TYPE, "text/plain; charset=utf-8")],
129+
[(
130+
axum::http::header::CONTENT_TYPE,
131+
"text/plain; charset=utf-8",
132+
)],
130133
buf,
131134
)
132135
}

0 commit comments

Comments
 (0)