Fix indentation properly this time

This commit is contained in:
Daniel Imms
2022-03-21 16:04:23 -07:00
parent 87dd275a51
commit efda0e77a9
+1 -1
View File
@@ -76,7 +76,7 @@ declare module 'xterm-addon-search' {
* @param term The search term.
* @param searchOptions The options for the search.
*/
public findNext(term: string, searchOptions?: ISearchOptions): boolean;
public findNext(term: string, searchOptions?: ISearchOptions): boolean;
/**
* Search backwards for the previous result that matches the search term and