Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Nov 16, 2016
1 parent c3ad4d4 commit fab9dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export function createRegExpRestore () {

// If it's empty, add an empty capturing group
if (!m) {
exprStr += '(';
lastMatch = ')' + lastMatch;
exprStr += '(';
lastMatch = ')' + lastMatch;
}
// Else find the string in lm and escape & wrap it to capture it
else {
Expand Down

0 comments on commit fab9dad

Please sign in to comment.