Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75a3e89

Browse files
committed
Whitespace cleanup
1 parent 635af70 commit 75a3e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
};
5555
xhr.setRequestHeader('Accept','application/vnd.github.raw');
5656
xhr.setRequestHeader('Content-Type','application/json');
57-
if ( (options.token) || (options.username && options.password)) {
57+
if ((options.token) || (options.username && options.password)) {
5858
xhr.setRequestHeader('Authorization', options.token
5959
? 'token '+ options.token
6060
: 'Basic ' + Base64.encode(options.username + ':' + options.password)

0 commit comments

Comments
 (0)