diff --git a/lib/git/branch.rb b/lib/git/branch.rb index 17573af6..c38c9d4a 100644 --- a/lib/git/branch.rb +++ b/lib/git/branch.rb @@ -37,7 +37,7 @@ def archive(file, opts = {}) # # do other stuff # return true # auto commits and switches back # end - def in_branch (message = 'in branch work') + def in_branch(message = 'in branch work') old_current = @base.lib.branch_current checkout if yield