From dc596962ea42c5243b3de8743cdeba071196d275 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Thu, 9 Jun 2022 21:13:30 -0500 Subject: [PATCH] Indent documentations in 'show' command --- src/AppInstallerCLICore/Workflows/ShowFlow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AppInstallerCLICore/Workflows/ShowFlow.cpp b/src/AppInstallerCLICore/Workflows/ShowFlow.cpp index 8a56674c1c..162bcef5cc 100644 --- a/src/AppInstallerCLICore/Workflows/ShowFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/ShowFlow.cpp @@ -103,6 +103,7 @@ namespace AppInstaller::CLI::Workflow { if (!documentation.DocumentUrl.empty()) { + info << " "_liv; if (!documentation.DocumentLabel.empty()) { info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv;