Browse Source

Added missing line between methods.

Maksymilian Barnaś 9 năm trước cách đây
mục cha
commit
9f0625cc59
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 	 *