Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamMaoMao committed Nov 7, 2024
1 parent 8e646c3 commit 711bcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wm/src/app_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{iter, path::PathBuf};
use anyhow::{bail, Context};
use clap::{error::KindFormatter, Args, Parser, ValueEnum};
use serde::{Deserialize, Deserializer, Serialize};
use tokio::net::windows;
use tracing::{warn, Level};
use uuid::Uuid;

Expand All @@ -12,7 +11,8 @@ use crate::{
commands::{
cycle_focus, disable_binding_mode, enable_binding_mode,
reload_config, shell_exec,
}, Direction, LengthValue, RectDelta, TilingDirection
},
Direction, LengthValue, RectDelta, TilingDirection
},
containers::{
commands::{
Expand Down

0 comments on commit 711bcd8

Please sign in to comment.