Skip to content
Snippets Groups Projects
Commit 958778fa authored by Sunny Ripert's avatar Sunny Ripert
Browse files

Whitespace trim

parent 24da3a91
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,9 +9,9 @@ module Gollum
def initialize path
raise(ArgumentError, 'path is nil or empty') if path.nil? or path.empty?
 
@uri = URI::HTTP.build({
:path => self.unchomp(path),
:host => 'raw.github.com',
@uri = URI::HTTP.build({
:path => self.unchomp(path),
:host => 'raw.github.com',
:scheme => 'https',
:port => 443 })
end
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ context "gitcode" do
 
def page_with_content c
index = @wiki.repo.index
index.add 'Sample-Html.md', c
index.add 'Sample-Html.md', c
index.commit 'adding file html sample'
 
page = @wiki.page 'Sample Html'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment