diff --git a/src/entities/card.rs b/src/entities/card.rs index 9849964..ec9471c 100644 --- a/src/entities/card.rs +++ b/src/entities/card.rs @@ -22,7 +22,7 @@ pub struct Card { /// OEmbed data html: Option, /// OEmbed data - width: Option, + width: Option, /// OEmbed data - height: Option, + height: Option, }