Skip to content

Commit 2b563b0

Browse files
committed
Removing a space to match styling.
1 parent 0366531 commit 2b563b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simperium/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Auth.prototype.authorize = function( username, password ) {
2020
return promise;
2121
}
2222

23-
Auth.prototype.create = function ( username, password, provider ) {
23+
Auth.prototype.create = function( username, password, provider ) {
2424
var userData = { username, password };
2525
if ( provider ) {
2626
userData.provider = provider;

0 commit comments

Comments
 (0)