make Prettier
[webi-installers/.git] / _common / github.js
index aeaf025844e642ddea7ea920528e2ca3c2cb4d56..7b62ea3a04cc467b97de9ca50087fec201243c3b 100644 (file)
@@ -9,7 +9,12 @@
  * @param {string} repo
  * @returns {PromiseLike<any> | Promise<any>}
  */
-function getAllReleases(request, owner, repo, baseurl = 'https://api.github.com') {
+function getAllReleases(
+  request,
+  owner,
+  repo,
+  baseurl = 'https://api.github.com'
+) {
   if (!owner) {
     return Promise.reject('missing owner for repo');
   }