Skip to content

Commit

Permalink
some trailing comma additions courtesy of rust_fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
justDeeevin committed May 3, 2024
1 parent 880650a commit 95ea385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ multi_window! {
ErrorPopup,
KeyboardProperties,
SaveKeyboardAs,
SaveStyleAs
SaveStyleAs,
}

static IMAGE: &[u8] = include_bytes!("../NuhxBoard.png");
Expand Down
2 changes: 1 addition & 1 deletion src/ui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
use iced::{
widget::{
button, canvas, checkbox, column, container, horizontal_space, image, pick_list, radio,
row, text, text_input, Button, Scrollable
row, text, text_input, Button, Scrollable,
},
window, Color, Length, Renderer, Theme,
};
Expand Down

0 comments on commit 95ea385

Please sign in to comment.