fixed qdls formatting
This commit is contained in:
parent
02399fecdb
commit
ab20175cf0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ foreach(var arg in arguments) {
|
|||
buffer = "";
|
||||
}
|
||||
if(multiline)
|
||||
buffer += $"{name}{Format.Reset}".PadRight(longest + 4);
|
||||
buffer += $"{name}{Format.Reset}".PadRight(longest + 6); // magic number 6 is +2 ignoring ansi reset sequence
|
||||
else
|
||||
buffer += $"{name}{Format.Reset} ";
|
||||
|
||||
|
|
Loading…
Reference in a new issue