make Prettier
[webi-installers/.git] / flutter / releases.js
index 216078a2dce93550d9c7968ac2892526417d44fb..41a0be2de0e0fa7277d91040bf5884449c8f3db8 100644 (file)
@@ -17,7 +17,7 @@ module.exports = function (request) {
         json: true
       }).then(function (resp) {
         var body = resp.body;
-        all.download = body.base_url + '/{{ download }}'
+        all.download = body.base_url + '/{{ download }}';
         body.releases.forEach(function (asset) {
           if (!map[asset.channel]) {
             map[asset.channel] = true;