lib/git_wrapper/commands/init.rb in git_wrapper-1.0.2 vs lib/git_wrapper/commands/init.rb in git_wrapper-1.0.3

- old
+ new

@@ -1,16 +1,16 @@ -module GitWrapper - module Commands - class Init < Git - - def bare - @bare = true - self - end - - def command - "init#{@bare ? ' --bare' : ''}" - end - - end - end +module GitWrapper + module Commands + class Init < Git + + def bare + @bare = true + self + end + + def command + "init#{@bare ? ' --bare' : ''}" + end + + end + end end \ No newline at end of file