Skip to content

Commit

Permalink
minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wint3rmute committed Apr 15, 2020
1 parent 6689c5b commit e52dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
let num_of_windows = windows.len();
let settings = size_settings::get_size_settings();

match num_of_windows {
match windows.len() {
1 => layout_1_window(&mut windows[0]),
2 => layout_2_windows(&mut windows, settings),
3 => layout_3_windows(&mut windows),
Expand Down

0 comments on commit e52dddc

Please sign in to comment.