Browse Source

Added missing line between methods.

Maksymilian Barnaś 9 years ago
parent
commit
9f0625cc59
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev/lib/git.js

+ 1 - 0
dev/lib/git.js

@@ -159,6 +159,7 @@ module.exports = {
 
 		tools.shExec( addRemoteCommands.join( ' && ' ) );
 	},
+
 	/*
 	 * Creates commit on repository under specified path
 	 *