Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 17, 2024
1 parent 34bf9d3 commit 25a60f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/pkgs/sway-helper/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fn main() {
let mut conn = swayipc::Connection::new().unwrap();

let workspaces = conn.get_workspaces().unwrap();
let workspace_names :Vec<&str>= workspaces.iter().map(|i|i.name.as_ref()).collect();
let workspace_names: Vec<&str> = workspaces.iter().map(|i| i.name.as_ref()).collect();

let mut fzf = Fzf::default();
fzf.run().expect("Failed to start fzf");
Expand Down

0 comments on commit 25a60f6

Please sign in to comment.