Skip to content

Commit 98270b6

Browse files
authored
use spaces instead of tab (ruby-git#517)
Signed-off-by: Yancy <email@yancy.lol>
1 parent e2fd4af commit 98270b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def each_conflict(&block) # :yields: file, your_version, their_version
387387
# @git.pull('upstream', 'develope') # pulls from upstream/develop
388388
#
389389
def pull(remote='origin', branch='master')
390-
self.lib.pull(remote, branch)
390+
self.lib.pull(remote, branch)
391391
end
392392

393393
# returns an array of Git:Remote objects

0 commit comments

Comments
 (0)