Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Sep 5, 2024
1 parent 566bbf6 commit 4f6f8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/resource-resolver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn current_format() -> crate::Result<PackageFormat> {
Some("deb") => Ok(PackageFormat::Deb),
Some("appimage") => Ok(PackageFormat::AppImage),
Some("pacman") => Ok(PackageFormat::Pacman),
_ => Err(Error::UnkownPackageFormat)
_ => Err(Error::UnkownPackageFormat),
}
}

Expand Down

0 comments on commit 4f6f8b6

Please sign in to comment.