make Prettier

This commit is contained in:
AJ ONeal
2020-05-03 10:49:06 +00:00
parent c32ea6d98e
commit fa2dcece4c
4 changed files with 18 additions and 6 deletions
+6 -1
View 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');
}