Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
saschanaz committed Sep 16, 2024
1 parent 0ec5c73 commit 159f747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extern crate winres;

fn main() {
if cfg!(target_os = "windows") {
winres::WindowsResource::new().compile().unwrap();
}
if cfg!(target_os = "windows") {
winres::WindowsResource::new().compile().unwrap();
}
}

0 comments on commit 159f747

Please sign in to comment.