Skip to content

Commit 7729c43

Browse files
committed
Lint
1 parent 5cc0219 commit 7729c43

File tree

1 file changed

+1
-4
lines changed
  • special-pages/pages/duckplayer/src

1 file changed

+1
-4
lines changed

special-pages/pages/duckplayer/src/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import { createSpecialPageMessaging } from '../../../shared/create-special-page-
44
import { init } from '../app/index.js';
55
import { initStorage } from './storage.js';
66
import '../../../shared/live-reload.js';
7-
import {
8-
ReportMetric,
9-
EXCEPTION_KIND_MESSAGING_ERROR,
10-
} from '../../../shared/report-metric.js';
7+
import { ReportMetric, EXCEPTION_KIND_MESSAGING_ERROR } from '../../../shared/report-metric.js';
118

129
export class DuckplayerPage {
1310
/**

0 commit comments

Comments
 (0)