From aaa4f6d2870454acb6e74e1f8db898ec0439a3d4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 5 Aug 2022 12:55:25 +0200 Subject: [PATCH] LibJS: Run clang-format on Realm.cpp --- Userland/Libraries/LibJS/Runtime/Realm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/Realm.cpp b/Userland/Libraries/LibJS/Runtime/Realm.cpp index d074b84dad..f6dfddcab0 100644 --- a/Userland/Libraries/LibJS/Runtime/Realm.cpp +++ b/Userland/Libraries/LibJS/Runtime/Realm.cpp @@ -6,11 +6,11 @@ */ #include +#include #include #include #include #include -#include namespace JS {