Skip to content

Commit 3c8590a

Browse files
committed
remove unnecessary spaces
1 parent f2e62f8 commit 3c8590a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/uploadhandler.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = function (options) {
108108
counter--;
109109
return;
110110
}
111-
111+
112112
var generatePreviews = function () {
113113
if (options.imageTypes.test(fileInfo.name)) {
114114
_.each(options.imageVersions, function (value, version) {
@@ -127,7 +127,7 @@ module.exports = function (options) {
127127
});
128128
}
129129
}
130-
130+
131131
mkdirp(options.uploadDir() + '/', function(err, made) {
132132
fs.rename(file.path, options.uploadDir() + '/' + fileInfo.name, function (err) {
133133
if (!err) {

0 commit comments

Comments
 (0)