Bug 1850161, 1850238: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-08-31 09:23:28 +00:00
Родитель 0c622556aa
Коммит dd99b01f0d
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -48,9 +48,7 @@ class GeneratedImageContent final : public nsGenericHTMLElement {
uint32_t Index() const { return mIndex; }
// Notify this image failed to load.
void NotifyLoadFailed() {
SetStates(ElementState::BROKEN, true);
}
void NotifyLoadFailed() { SetStates(ElementState::BROKEN, true); }
protected:
JSObject* WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) final;