Skip to content

Commit 41f21c6

Browse files
author
Mick Ryan
committed
BIG-24959 - Add webdav support to cdn helper
* Formatting
1 parent ac19c35 commit 41f21c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports = function (assembler) {
178178
*/
179179
self.addDecorator = function (decorator) {
180180
self.decorators.push(decorator);
181-
}
181+
};
182182

183183
/**
184184
* @param {String} path
@@ -202,4 +202,4 @@ module.exports = function (assembler) {
202202

203203
return output;
204204
};
205-
}
205+
};

0 commit comments

Comments
 (0)