Skip to content

Commit 1de4f38

Browse files
committed
Apply Prettier
1 parent d41c2cf commit 1de4f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-or-update-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function(octokit, opts) {
1+
module.exports = function (octokit, opts) {
22
return new Promise(async (resolve, reject) => {
33
// Up front validation
44
try {

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const plugin = require("./create-or-update-files");
22

3-
module.exports = function(octokit) {
3+
module.exports = function (octokit) {
44
octokit.repos.createOrUpdateFiles = plugin.bind(null, octokit);
55
};

0 commit comments

Comments
 (0)