mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
refactor: enum/struct formatting
This commit is contained in:
parent
708118d266
commit
9cb1dfc1b1
3 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ pub struct LabelWidget {
|
|||
/// <br>
|
||||
/// **Default**: `left`
|
||||
#[serde(default)]
|
||||
justify: ModuleJustification
|
||||
justify: ModuleJustification,
|
||||
}
|
||||
|
||||
impl CustomWidget for LabelWidget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue