Browse Source

Linting for regex operation

n1073645 5 năm trước cách đây
mục cha
commit
4814922e67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/operations/tests/ToFromInsensitiveRegex.mjs

+ 1 - 1
tests/operations/tests/ToFromInsensitiveRegex.mjs

@@ -184,5 +184,5 @@ TestRegister.addTests([
                 args: [],
             },
         ],
-    },
+    }
 ]);