Commit 062e7dc4 authored by Ahmad Bamieh's avatar Ahmad Bamieh Committed by Nicolas Giard

follow linter style

parent 1aaba802
...@@ -48,7 +48,6 @@ module.exports = { ...@@ -48,7 +48,6 @@ module.exports = {
} else { } else {
self._repo.path = appconfig.paths.repo self._repo.path = appconfig.paths.repo
} }
// -> Initialize repository // -> Initialize repository
...@@ -57,9 +56,9 @@ module.exports = { ...@@ -57,9 +56,9 @@ module.exports = {
if (appconfig.git) { if (appconfig.git) {
// Set repo branch // Set repo branch
self._repo.branch = appconfig.git.branch || 'master'; self._repo.branch = appconfig.git.branch || 'master'
// Define signature // Define signature
self._signature.email = appconfig.git.serverEmail || 'wiki@example.com'; self._signature.email = appconfig.git.serverEmail || 'wiki@example.com'
} }
return self return self
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment