Skip to content

Commit

Permalink
Fixing dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed May 29, 2023
1 parent 2a56862 commit efb0612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BattleNetPrefill/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static async Task<int> Main()
{
// Checking to see if the user double clicked the exe in Windows, and display a message on how to use the app
OperatingSystemUtils.DetectDoubleClickOnWindows("BattleNetPrefill");

var cliArgs = ParseHiddenFlags();
return await new CliApplicationBuilder()
.AddCommandsFromThisAssembly()
Expand Down
2 changes: 1 addition & 1 deletion BattleNetPrefill/TactProductHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void SetAppsAsSelected(List<TuiAppInfo> tuiAppModels)

_ansiConsole.LogMarkupLine($"Selected {Magenta(selectedAppIds.Count)} apps to prefill!");
}

public static List<TactProduct> LoadPreviouslySelectedApps()
{
if (!File.Exists(AppConfig.UserSelectedAppsPath))
Expand Down

0 comments on commit efb0612

Please sign in to comment.