rustfmt
This commit is contained in:
parent
4e152b3b77
commit
409eeec77e
1 changed files with 3 additions and 4 deletions
|
@ -30,9 +30,8 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[0]));
|
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[0]));
|
||||||
run_or_log(&mut conn, "move workspace to output right");
|
run_or_log(&mut conn, "move workspace to output right");
|
||||||
|
|
||||||
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[1]));
|
run_or_log(&mut conn, &("workspace ".to_owned() + active_workspaces[1]));
|
||||||
run_or_log(&mut conn, "move workspace to output right");
|
run_or_log(&mut conn, "move workspace to output right");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue