style: cargo +nightly fmt --all

This commit is contained in:
Alvin Truong
2023-04-22 01:00:48 -07:00
committed by جاد
parent 4306a7bafe
commit b273617f44
3 changed files with 5 additions and 9 deletions

View File

@@ -525,7 +525,7 @@ struct WorkspaceRule {
monitor: usize,
/// Workspace index on the specified monitor (zero-indexed)
workspace: usize,
#[clap(short,long)]
#[clap(short, long)]
/// Only apply once on first app load
apply_on_first_show_only: bool,
}
@@ -538,7 +538,7 @@ struct NamedWorkspaceRule {
id: String,
/// Name of a workspace
workspace: String,
#[clap(short,long)]
#[clap(short, long)]
/// Only apply once on first app load
apply_on_first_show_only: bool,
}