refactor: Reformatted code to make the format checks pass

This commit is contained in:
2025-03-07 10:36:40 -07:00
parent 228e4a61a4
commit c5a3f424d6
3 changed files with 25 additions and 22 deletions
@@ -3,5 +3,5 @@ use darling::FromVariant;
#[derive(Debug, FromVariant)]
#[darling(attributes(display_style))]
pub struct DisplayStyleArgs {
pub name: Option<String>
}
pub name: Option<String>,
}