Cleanup parameter type

This commit is contained in:
nora 2025-10-05 12:05:47 +02:00
parent 0f749df239
commit 6bff95d9bb

View file

@ -326,7 +326,7 @@ async fn index_js() -> impl IntoResponse {
} }
impl Status { impl Status {
fn to_emoji(&self) -> &'static str { fn to_emoji(self) -> &'static str {
match self { match self {
Status::Pass => "", Status::Pass => "",
Status::Error => "", Status::Error => "",