Browse Source

follow linter style

Ahmad Bamieh 7 years ago
parent
commit
9361815c4d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server/libs/git.js

+ 0 - 1
server/libs/git.js

@@ -53,7 +53,6 @@ module.exports = {
 
     self.onReady = self._initRepo(appconfig)
 
-
     if (appconfig.git) {
       // Set repo branch
       self._repo.branch = appconfig.git.branch || 'master'