Skip to content

Commit

Permalink
Fix the padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Aug 2, 2021
1 parent 506684f commit 38f27d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ static async Task<CommandResult> Preview(WorkspaceStack appStack, T options) {
.WithColumn("", "Name", "Type", "Operation", "Diff")
.WithCharMapDefinition()
.WithPaddingLeft(string.Empty)
.WithPaddingLeft(" ");
// .WithFormat(ConsoleTableBuilderFormat.Minimal)
.WithPaddingRight(" ");

var result = new StringBuilder();
result.AppendLine("# Stack update preview");
Expand Down

0 comments on commit 38f27d2

Please sign in to comment.