LibJS: Run clang-format on Realm.cpp

This commit is contained in:
Andreas Kling 2022-08-05 12:55:25 +02:00
commit aaa4f6d287
Notes: sideshowbarker 2024-07-17 08:24:46 +09:00

View file

@ -6,11 +6,11 @@
*/ */
#include <AK/TypeCasts.h> #include <AK/TypeCasts.h>
#include <LibJS/Heap/DeferGC.h>
#include <LibJS/Runtime/GlobalEnvironment.h> #include <LibJS/Runtime/GlobalEnvironment.h>
#include <LibJS/Runtime/GlobalObject.h> #include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/Realm.h> #include <LibJS/Runtime/Realm.h>
#include <LibJS/Runtime/VM.h> #include <LibJS/Runtime/VM.h>
#include <LibJS/Heap/DeferGC.h>
namespace JS { namespace JS {