Skip to content

Commit cfbe503

Browse files
committed
Remove 1 blank between method name and parameters
1 parent c980d6c commit cfbe503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git/branch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def archive(file, opts = {})
3737
# # do other stuff
3838
# return true # auto commits and switches back
3939
# end
40-
def in_branch (message = 'in branch work')
40+
def in_branch(message = 'in branch work')
4141
old_current = @base.lib.branch_current
4242
checkout
4343
if yield

0 commit comments

Comments
 (0)