Fixed coding format

This commit is contained in:
ntchjb
2019-03-15 19:20:23 +07:00
parent 03e648a0fb
commit 3c444ca39a
+1 -1
View File
@@ -115,7 +115,7 @@ export class SearchHelper implements ISearchHelper {
}
const isReverseSearch = true;
let startRow = this._terminal.rows-1;
let startRow = this._terminal.rows - 1;
let startCol: number = this._terminal.cols;
if (selectionManager.selectionStart) {