Skip to content

Commit e6b134d

Browse files
committed
Fix formatting
1 parent 9d140d3 commit e6b134d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ts/a11y/sre/speech-worker.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ declare const SRE: any;
114114
global.isLab
115115
? import(/* webpackIgnore: true */ './sre-lab.js') // for use in the lab
116116
: import('./sre.js')
117-
)
118-
.then((SRE) => (global.SRE = SRE));
117+
).then((SRE) => (global.SRE = SRE));
119118

120119
/*****************************************************************/
121120

0 commit comments

Comments
 (0)