frontend-defaults: prettier

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-12 14:24:30 +01:00
parent 4958e320b6
commit 6e198233c2
+2 -1
View File
@@ -164,7 +164,8 @@ function PreparedAppRoot(props: {
let cancelled = false;
const runFinalize = async () => {
try {
const predicateContext = await props.preparedApp.buildPredicateContext();
const predicateContext =
await props.preparedApp.buildPredicateContext();
if (cancelled) {
return;
}