Skip to content

Commit 0fd58ef

Browse files
committed
chore(lint): space before function
1 parent 3896fb2 commit 0fd58ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const defaultOptions = {
66
logHtml: false
77
}
88

9-
export default function htmlMinificationModule(moduleOptions) {
9+
export default function htmlMinificationModule (moduleOptions) {
1010
// only add hook when server is ready we could
1111
this.nuxt.hook('render:done', async () => {
1212
const htmlMinifier = await import('html-minifier')

0 commit comments

Comments
 (0)