Bug 1846581: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-08-15 00:22:57 +00:00
parent 942fc3bce2
commit 3a8ef53721

View file

@ -95,7 +95,7 @@ class SwipeTracker final : public nsARefreshObserver {
bool mDeltaTypeIsPage = false;
bool mEventsAreControllingSwipe = true;
bool mEventsHaveStartedNewGesture = false;
bool mRegisteredWithRefreshDriver= false;
bool mRegisteredWithRefreshDriver = false;
};
struct SwipeEventQueue {