Skip to content

Commit

Permalink
src: webpage: src: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Nov 12, 2024
1 parent e8308a1 commit df8dd4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/webpage/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ impl Default for App {
let [_, _] = dock_state
.main_surface_mut()
.split_right(left, 0.5, vec![Tab::MessagesStats]);
let [_, _] = dock_state
.main_surface_mut()
.split_below(right, 0.25, vec![Tab::DriversStats]);
let [_, _] =
dock_state
.main_surface_mut()
.split_below(right, 0.25, vec![Tab::DriversStats]);

Self {
now: Utc::now(),
Expand Down

0 comments on commit df8dd4c

Please sign in to comment.