浏览代码

Fixed formatting in git task.

Oskar Wrobel 9 年之前
父节点
当前提交
3f7ecbfc27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev/tasks/dev/utils/git.js

+ 1 - 1
dev/tasks/dev/utils/git.js

@@ -99,7 +99,7 @@ module.exports = {
 	 * Fetch all branches from each origin on selected repository.
 	 *
 	 * @param {String} repositoryLocation
-     */
+	 */
 	fetchAll( repositoryLocation ) {
 		const fetchCommands = [
 			`cd ${ repositoryLocation }`,