Formatting

This commit is contained in:
HaveAGitGat 2020-09-05 22:49:01 +02:00 committed by GitHub
parent d4b45af139
commit 1f1c2fbbc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
var fs = require('fs'); var fs = require('fs');
var path = require('path'); var path = require('path');
if (fs.existsSync(path.join(process.cwd(), '/npm'))) { if (fs.existsSync(path.join(process.cwd(), '/npm'))) {
@ -53,5 +51,3 @@
return response return response
} }
} }