Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Aug 7, 2024
1 parent df4dbff commit 8be3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/splw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ impl App {
Constraint::Min(5),
Constraint::Min(5),
])
.split(frame.size());
.split(frame.area());
frame.render_widget(self.var_activity_bar_chart(), chunks[0]);
frame.render_widget(self.va_history_bar_chart(), chunks[1]);
frame.render_widget(self.var_spin_bar_chart(), chunks[2]);
Expand Down

0 comments on commit 8be3b42

Please sign in to comment.