From 18e2a1da45fb30912be1cd13cce71ba2db44b87c Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Fri, 10 Jun 2022 03:12:01 -0500 Subject: [PATCH] Indent documentations in 'show' command (#2234) --- 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;