Skip to content
Snippets Groups Projects
Commit 30bcc3de authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Add missing space due to Sublime Text

It's Sublime Text's fault. Its word wrapping is not code friendly
parent eddee5fe
No related branches found
No related tags found
1 merge request!7237Don't execute git hooks if you create branch as part of other change
Pipeline #
Loading
Loading
@@ -1215,7 +1215,7 @@ class Repository
 
unless target
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
 
update_ref!(ref, target, oldrev)
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