diff --git a/src/commands/text.ts b/src/commands/text.ts index 508c256..511220c 100755 --- a/src/commands/text.ts +++ b/src/commands/text.ts @@ -54,7 +54,7 @@ function getLeadingSpaces() { } else { let numSpaces = textLine.firstNonWhitespaceCharacterIndex; - vscode.window.showInformationMessage("Line Number " + lineNum.toString() + numSpaces.toString()) + " Leading Spaces "; + vscode.window.showInformationMessage("Line Number " + lineNum.toString() + ": " + numSpaces.toString() + " Leading Spaces "); } } else {