Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Jan 7, 2021
1 parent 7437bd8 commit 0775cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"test": "./node_modules/.bin/standard && jest",
"lint": "./node_modules/.bin/standard",
"fix": "./node_modules/.bin/standard --fix",
"release": "webpack --progress",
"prepublishOnly": "npm run release"
},
Expand Down
4 changes: 2 additions & 2 deletions src/gist-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class GistClient {
_authHeader () {
return this.token
? {
Authorization: `token ${this.token}`
}
Authorization: `token ${this.token}`
}
: {}
}
}
Expand Down

0 comments on commit 0775cad

Please sign in to comment.