diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-09-18 09:49:51 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-25 21:18:17 +0200 |
commit | 08f9bc26a6b279d0f09be13d7305ad8b2f094884 (patch) | |
tree | 5091688b83f9ceabc7aeff0daa5c167460832b1f /Libraries/LibJS/Runtime/RegExpObject.cpp | |
parent | ede5dbd7b3ec1c7240d6ca2693a5ada307338b4c (diff) | |
download | serenity-08f9bc26a6b279d0f09be13d7305ad8b2f094884.zip |
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Diffstat (limited to 'Libraries/LibJS/Runtime/RegExpObject.cpp')
-rw-r--r-- | Libraries/LibJS/Runtime/RegExpObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/RegExpObject.cpp b/Libraries/LibJS/Runtime/RegExpObject.cpp index c9bd9da6b1..34637e398b 100644 --- a/Libraries/LibJS/Runtime/RegExpObject.cpp +++ b/Libraries/LibJS/Runtime/RegExpObject.cpp @@ -32,7 +32,6 @@ #include <LibJS/Runtime/RegExpObject.h> #include <LibJS/Runtime/Value.h> - namespace JS { RegExpObject* RegExpObject::create(GlobalObject& global_object, String content, String flags) |