Skip to content

Commit bd506e2

Browse files
committed
Lint
1 parent 22db36f commit bd506e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

special-pages/pages/special-error/integration-tests/special-error.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ export class SpecialErrorPage {
4242
* @param {string} [params.locale] - locale
4343
*/
4444
async openPage({ env = 'app', willThrow = false, errorId = 'ssl.expired', platformName = this.platform.name, locale } = {}) {
45-
46-
if (platformName === "extension") {
45+
if (platformName === 'extension') {
4746
throw new Error(`Unsupported platform ${platformName}`);
4847
}
4948

0 commit comments

Comments
 (0)