Skip to content

Commit a572754

Browse files
Cargo fmt
1 parent d6b1bba commit a572754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

anise-gui/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ fn main() {
2525
viewport: egui::ViewportBuilder::default()
2626
.with_inner_size([1024.0, 640.0])
2727
.with_icon(
28-
eframe::icon_data::from_png_bytes(&include_bytes!("../icon-128.png")[..])
29-
.unwrap(),
28+
eframe::icon_data::from_png_bytes(&include_bytes!("../icon-128.png")[..]).unwrap(),
3029
),
3130
..Default::default()
3231
};

0 commit comments

Comments
 (0)