Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit fab9dad

Browse files
committed
indentation
1 parent c3ad4d4 commit fab9dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ export function createRegExpRestore () {
162162

163163
// If it's empty, add an empty capturing group
164164
if (!m) {
165-
exprStr += '(';
166-
lastMatch = ')' + lastMatch;
165+
exprStr += '(';
166+
lastMatch = ')' + lastMatch;
167167
}
168168
// Else find the string in lm and escape & wrap it to capture it
169169
else {

0 commit comments

Comments
 (0)