Ver Fonte

Comments and linting for regex operation.

n1073645 há 5 anos atrás
pai
commit
04036e001e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/core/operations/ToCaseInsensitiveRegex.mjs

+ 1 - 0
src/core/operations/ToCaseInsensitiveRegex.mjs

@@ -32,6 +32,7 @@ class ToCaseInsensitiveRegex extends Operation {
      * @returns {string}
      */
     run(input, args) {
+
         /**
          * Simulates look behind behaviour since javascript doesn't support it.
          *