Skip to content

Commit 77fbc89

Browse files
committed
fix: reverting code formatter changes
1 parent f8d5e0c commit 77fbc89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/firmware/sagas.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,9 +1387,7 @@ function* handleRestoreOfficialEV3(
13871387
}
13881388

13891389
yield* put(
1390-
alertsShowAlert('alerts', 'unexpectedError', {
1391-
error: ensureError(err),
1392-
}),
1390+
alertsShowAlert('alerts', 'unexpectedError', { error: ensureError(err) }),
13931391
);
13941392
yield* put(firmwareDidFailToRestoreOfficialEV3());
13951393
}

0 commit comments

Comments
 (0)