commit 4c94fd990e9fe0b2205b0216abba8153b3e0c4fe
parent f322cfc77f398c50f2094d5c255f669bdd36153d
Author: Lando <lando@lando.test>
Date: Tue, 30 Sep 2025 15:00:42 +0000
Bug 1968987: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dom/events/ToggleEvent.cpp b/dom/events/ToggleEvent.cpp
@@ -6,9 +6,9 @@
#include "mozilla/dom/ToggleEvent.h"
-#include "nsContentUtils.h"
-#include "mozilla/dom/Element.h"
#include "mozilla/MiscEvents.h"
+#include "mozilla/dom/Element.h"
+#include "nsContentUtils.h"
namespace mozilla::dom {