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 ad68ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AppInstallerCLICore/Workflows/ShowFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ 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 ad68ba6

Please sign in to comment.