Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
reminder to automate formatting process and run `cargo fmt --check` only once in workflows
  • Loading branch information
josueBarretogit committed Aug 31, 2024
1 parent 59e675c commit bd4cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ fn get_picker() -> Option<Picker> {
fn default() -> Self {
FontSize {
width: 17,
height: 38
height: 38,
}
}
}
Expand Down

0 comments on commit bd4cdf1

Please sign in to comment.