Browse Source

add space before parentheses

Artur Paikin 6 years ago
parent
commit
00d51606cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/companion-client/src/RequestClient.js

+ 1 - 1
packages/@uppy/companion-client/src/RequestClient.js

@@ -64,7 +64,7 @@ module.exports = class RequestClient {
     return `${this.hostname}/${url}`
   }
 
-  _json(res) {
+  _json (res) {
     if (res.status === 401) {
       throw new AuthError()
     }