Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Oct 16, 2024
1 parent d6b1bba commit a572754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions anise-gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ fn main() {
viewport: egui::ViewportBuilder::default()
.with_inner_size([1024.0, 640.0])
.with_icon(
eframe::icon_data::from_png_bytes(&include_bytes!("../icon-128.png")[..])
.unwrap(),
eframe::icon_data::from_png_bytes(&include_bytes!("../icon-128.png")[..]).unwrap(),
),
..Default::default()
};
Expand Down

0 comments on commit a572754

Please sign in to comment.