Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Dec 13, 2023
1 parent e7bafd0 commit 8d0735b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/packager/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,8 @@ impl Config {

#[allow(unused)]
pub(crate) fn find_ico(&self) -> crate::Result<Option<PathBuf>> {
let icon = self.icons()?
let icon = self
.icons()?
.as_ref()
.and_then(|icons| {
icons
Expand Down

0 comments on commit 8d0735b

Please sign in to comment.