Skip to content

Commit 22fc1e3

Browse files
anteriovieirakazupon
authored andcommitted
Small change (vuejs#631)
1 parent 797d8d4 commit 22fc1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/loader.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ module.exports = function (content) {
173173
function ensureBang (loader) {
174174
if (loader.charAt(loader.length - 1) !== '!') {
175175
return loader + '!'
176-
} else {
177-
return loader
178176
}
177+
return loader
179178
}
180179

181180
var parts = parse(content, fileName, this.sourceMap)

0 commit comments

Comments
 (0)