From fab9dadb3c46b26edd05e4d0227fe9dadf4cc585 Mon Sep 17 00:00:00 2001 From: Caridy Date: Wed, 16 Nov 2016 08:43:52 -0500 Subject: [PATCH] indentation --- src/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.js b/src/util.js index 95bba153..fad3414a 100644 --- a/src/util.js +++ b/src/util.js @@ -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 {