lib/git_wrapper/commands/merge.rb in git_wrapper-1.0.2 vs lib/git_wrapper/commands/merge.rb in git_wrapper-1.0.3
- old
+ new
@@ -1,16 +1,16 @@
-module GitWrapper
- module Commands
- class Merge < Git
-
- def commit(commit)
- @commit = commit
- self
- end
-
- def command
- "merge #{@commit}"
- end
-
- end
- end
+module GitWrapper
+ module Commands
+ class Merge < Git
+
+ def commit(commit)
+ @commit = commit
+ self
+ end
+
+ def command
+ "merge #{@commit}"
+ end
+
+ end
+ end
end
\ No newline at end of file