Skip to content

Commit b2f00e6

Browse files
committed
trailing space deletion
1 parent 3f4389e commit b2f00e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/geo_combine/harvester.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def docs_to_index
5454
end
5555

5656
# Update a repository via git
57-
# If the repository doesn't exist, clone it.
57+
# If the repository doesn't exist, clone it.
5858
def pull(repo)
5959
repo_path = File.join(@ogm_path, repo)
6060
clone(repo) unless File.directory? repo_path

0 commit comments

Comments
 (0)