Ver Fonte

new line

mizozobu há 7 anos atrás
pai
commit
5be14bec95
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      lib/service/passport.js

+ 3 - 2
lib/service/passport.js

@@ -343,7 +343,7 @@ class PassportService {
     this.isGitHubStrategySetup = true;
     debug('GitHubStrategy: setup is done');
   }
-    /**
+  /**
    * reset GoogleStrategy
    *
    * @memberof PassportService
@@ -388,7 +388,8 @@ class PassportService {
     this.isTwitterStrategySetup = true;
     debug('TwitterStrategy: setup is done');
   }
-    /**
+
+  /**
    * reset GoogleStrategy
    *
    * @memberof PassportService