Skip to content

Commit f981a00

Browse files
committed
Tabs to spaces in lib.rb
1 parent 12dd8aa commit f981a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/git/lib.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,9 +575,9 @@ def push(remote, branch = 'master', tags = false)
575575
command('push', ['--tags', remote]) if tags
576576
end
577577

578-
def pull(remote='origin', branch='master')
579-
command('pull', [remote, branch])
580-
end
578+
def pull(remote='origin', branch='master')
579+
command('pull', [remote, branch])
580+
end
581581

582582
def tag_sha(tag_name)
583583
head = File.join(@git_dir, 'refs', 'tags', tag_name)

0 commit comments

Comments
 (0)