diff --git a/src/AppInstallerCLICore/Workflows/DependenciesFlow.cpp b/src/AppInstallerCLICore/Workflows/DependenciesFlow.cpp index 5455ac0d99..26940320bd 100644 --- a/src/AppInstallerCLICore/Workflows/DependenciesFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/DependenciesFlow.cpp @@ -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();