Skip to content

Commit

Permalink
Fixed coding format
Browse files Browse the repository at this point in the history
  • Loading branch information
ntchjb committed Mar 15, 2019
1 parent 03e648a commit 3c444ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/search/SearchHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c444ca

Please sign in to comment.