refactor: Reformatted code to make the format checks pass
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user