Skip to content

Commit 5e18452

Browse files
committed
Merge pull request webpack-contrib#14 from danielphan/patch-1
Add missing semicolon
2 parents d7dd41d + 0e589fe commit 5e18452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addStyle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ module.exports = function addStyle(cssCode) {
2828
}
2929
};
3030
}
31-
}
31+
};

0 commit comments

Comments
 (0)