mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Cleanup parameter type
This commit is contained in:
parent
0f749df239
commit
6bff95d9bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => "❌",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue