Skip to content

Commit

Permalink
Fix Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Aug 12, 2022
1 parent fb3fc18 commit 6514864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Workflows/ShowFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace AppInstaller::CLI::Workflow
info << " "_liv;
if (!documentation.DocumentLabel.empty())
{
info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv;
info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv;
}
info << documentation.DocumentUrl << std::endl;
}
Expand Down

0 comments on commit 6514864

Please sign in to comment.