Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miyoyo committed Dec 19, 2024
1 parent 9f7d252 commit 2a60a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WingetIntune/Intune/IntuneManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ public static (string?, string?) GetMsiInfo(string setupFile, ILogger? logger)
#if NET8_0_OR_GREATER
ArgumentException.ThrowIfNullOrEmpty(setupFile);
#endif
try{
try
{
var decoder = new MsiDecoder(setupFile);
return (decoder.GetCode(), decoder.GetVersion());
}
Expand Down

0 comments on commit 2a60a1f

Please sign in to comment.