File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ private IEnumerable<CorrectionExtent> GetCorrection(FunctionDefinitionAst funcDe
157
157
funcDefnAst . Extent . StartLineNumber ,
158
158
funcDefnAst . Extent . StartColumnNumber ,
159
159
funcDefnAst . Extent . StartColumnNumber ,
160
- helpBuilder . GetCommentHelp ( ) ,
160
+ helpBuilder . GetCommentHelp ( ) + Environment . NewLine ,
161
161
funcDefnAst . Extent . File ) ;
162
162
}
163
163
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ An example
57
57
.NOTES
58
58
General notes
59
59
#>
60
+
60
61
'@
61
62
Test-Correction $def $expectedCorrection
62
63
}
@@ -86,6 +87,7 @@ An example
86
87
.NOTES
87
88
General notes
88
89
#>
90
+
89
91
'@
90
92
Test-Correction $def $expectedCorrection
91
93
}
@@ -118,6 +120,7 @@ An example
118
120
.NOTES
119
121
General notes
120
122
#>
123
+
121
124
'@
122
125
Test-Correction $def $expectedCorrection
123
126
}
You can’t perform that action at this time.
0 commit comments