follow linter style

This commit is contained in:
Ahmad Bamieh 2017-08-23 19:00:47 +03:00 committed by Nicolas Giard
parent 062e7dc473
commit 9361815c4d

View File

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