Skip to content

Commit acb0d55

Browse files
committed
Match coding convention.
1 parent 808d998 commit acb0d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Load modules.
2-
var OAuthStrategy = require('passport-google-oauth1'),
3-
OAuth2Strategy = require('passport-google-oauth20');
2+
var OAuthStrategy = require('passport-google-oauth1')
3+
, OAuth2Strategy = require('passport-google-oauth20');
44

55
// Exports.
66
exports.Strategy =

0 commit comments

Comments
 (0)