Skip to content

Commit

Permalink
tabs vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh committed Oct 18, 2023
1 parent 2aae4da commit 374bea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppInstallerCLICore/Workflows/DependenciesFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ namespace AppInstaller::CLI::Workflow
{
if (context.Args.Contains(Execution::Args::Type::SkipDependencies))
{
return;
}
return;
}

auto info = context.Reporter.Info();
auto error = context.Reporter.Error();
Expand Down

0 comments on commit 374bea6

Please sign in to comment.