BigW Consortium Gitlab

Commit 30bcc3de by Lin Jen-Shin

Add missing space due to Sublime Text

It's Sublime Text's fault. Its word wrapping is not code friendly
parent eddee5fe
...@@ -1215,7 +1215,7 @@ class Repository ...@@ -1215,7 +1215,7 @@ class Repository
unless target unless target
raise CommitError.new( raise CommitError.new(
"Cannot find branch #{branch_name} nor #{source_commit.try(:sha) ||source_branch}") "Cannot find branch #{branch_name} nor #{source_commit.try(:sha) || source_branch}")
end end
update_ref!(ref, target, oldrev) update_ref!(ref, target, oldrev)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment