summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/RegExpObject.cpp
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-09-18 09:49:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-25 21:18:17 +0200
commit08f9bc26a6b279d0f09be13d7305ad8b2f094884 (patch)
tree5091688b83f9ceabc7aeff0daa5c167460832b1f /Libraries/LibJS/Runtime/RegExpObject.cpp
parentede5dbd7b3ec1c7240d6ca2693a5ada307338b4c (diff)
downloadserenity-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.cpp1
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)