Remove trailing comma in svg example

This commit is contained in:
Héctor Ramón Jiménez 2025-11-21 21:49:01 +01:00
parent 43077364c5
commit 8bfd099c59
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -26,7 +26,7 @@ impl Tiger {
fn view(&self) -> Element<'_, Message> {
let svg =
svg(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/tiger.svg",))
svg(concat!(env!("CARGO_MANIFEST_DIR"), "/resources/tiger.svg"))
.width(Fill)
.height(Fill)
.style(|_theme, _status| svg::Style {