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
+1 -1
View File
@@ -3,7 +3,7 @@
var github = require('../_common/gitea.js');
var owner = 'coolaj86';
var repo = 'go-pathman';
var baseurl = 'https://git.coolaj86.com'
var baseurl = 'https://git.coolaj86.com';
module.exports = function (request) {
return github(request, owner, repo, baseurl).then(function (all) {