Skip to content

Commit 8621e1a

Browse files
author
Kapil Borle
committed
Remove last newline from correction
1 parent 82403d2 commit 8621e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rules/ProvideCommentHelp.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ public string GetCommentHelp(bool blockComment)
239239
sb.Append("#");
240240
sb.AppendLine(line);
241241
}
242-
sb.AppendLine(boundaryString);
242+
243+
sb.Append(boundaryString);
243244
}
244245

245246
return sb.ToString();

0 commit comments

Comments
 (0)