1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

LibJS: Run clang-format on Realm.cpp

This commit is contained in:
Andreas Kling 2022-08-05 12:55:25 +02:00
parent c77a0974ab
commit aaa4f6d287

View file

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