Skip to content

Commit 7073b35

Browse files
committed
removing unneccessary comments
1 parent ca87eed commit 7073b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/jsDoc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ namespace ts.JsDoc {
166166
const lineStart = sourceFile.getLineStarts()[posLineAndChar.line];
167167

168168
const indentationStr = sourceFile.text.substr(lineStart, posLineAndChar.character);
169-
const isJavaScriptFile = hasJavaScriptFileExtension(sourceFile.fileName); // JSX or JS file
169+
const isJavaScriptFile = hasJavaScriptFileExtension(sourceFile.fileName);
170170

171171
let docParams = "";
172172
for (let i = 0, numParams = parameters.length; i < numParams; i++) {

0 commit comments

Comments
 (0)