make prettier

This commit is contained in:
AJ ONeal 2019-10-25 04:55:03 -06:00
parent 4e7ff0d9e8
commit b1c591b6ed
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,6 @@
{ type: 'dns-01',
status: 'pending',
url:
'https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw',
token: 'DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI' }
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw",
"token": "DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI"
}

View File

@ -76,5 +76,5 @@ module.exports = function() {
console.info('PASS');
return Promise.resolve();
return Promise.resolve();
};