Skip to content

Commit 82fdc14

Browse files
committed
chore(cleanup): Removed extra spacing
1 parent 5f44115 commit 82fdc14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/GoogleController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = function(Controller, AuthController, UserService, Exceptions, i
3333
'redirect_uri' : config['clever-auth-google'].redirectURL,
3434
};
3535

36-
this.send( { url: 'https://accounts.google.com/o/oauth2/auth?' + qs.stringify( params ) }, 200 );
36+
this.send({ url: 'https://accounts.google.com/o/oauth2/auth?' + qs.stringify(params)}, 200);
3737
},
3838

3939
returnAction: function () {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "clever-auth-google",
33
"description" : "CleverStack Authentication Module for Google OAuth 2.0",
4-
"version" : "0.9.0",
4+
"version" : "1.0.0",
55
"license" : "MIT",
66
"main" : "module",
77
"author": {

0 commit comments

Comments
 (0)