Formatting tweak

Triggered by './ninja format', though curiously it did not get picked
up in a check.
This commit is contained in:
Damien Elmes 2022-12-28 11:53:21 +10:00
parent cfe1b79737
commit b415c7a9a5

View file

@ -94,9 +94,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
`${maxHeight}px`,
);
} else {
document.documentElement.style.removeProperty(
"--editor-default-max-width",
);
document.documentElement.style.removeProperty("--editor-default-max-width");
document.documentElement.style.removeProperty(
"--editor-default-max-height",
);