mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Satisfy clippy
This commit is contained in:
parent
996b161c1e
commit
9e2c76c3bc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
@if !media.alt_text.is_empty() {
|
@if !media.alt_text.is_empty() {
|
||||||
@media.alt_text
|
@media.alt_text
|
||||||
} else {
|
} else {
|
||||||
@media.content_warning.unwrap_or(i18n!(ctx.1, "No description"))
|
@media.content_warning.unwrap_or_else(|| i18n!(ctx.1, "No description")))
|
||||||
}
|
}
|
||||||
</option>
|
</option>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue