Skip to content

Commit 998f449

Browse files
committed
chore: use singlequotes
1 parent 1eefdc7 commit 998f449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

providers/EncoreProvider.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default class EncoreProvider {
2323
html += ` integrity="${integrity[file]}"`
2424
}
2525

26-
html += `>`
26+
html += '>'
2727

2828
return html
2929
}).join('')
@@ -40,10 +40,10 @@ export default class EncoreProvider {
4040
}
4141

4242
if (defer) {
43-
html += ` defer`
43+
html += ' defer'
4444
}
4545

46-
html += `></script>`
46+
html += '></script>'
4747

4848
return html
4949
}).join('')

0 commit comments

Comments
 (0)