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

Spaces around hash braces

parent e36088dd
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
@@ -799,9 +799,9 @@ class Repository
author_name: author_name,
source_branch: source_branch,
source_project: source_project,
actions: [{action: :create,
file_path: path,
content: content}])
actions: [{ action: :create,
file_path: path,
content: content }])
end
# rubocop:enable Metrics/ParameterLists
 
Loading
Loading
@@ -825,10 +825,10 @@ class Repository
author_name: author_name,
source_branch: source_branch,
source_project: source_project,
actions: [{action: action,
file_path: path,
content: content,
previous_path: previous_path}])
actions: [{ action: action,
file_path: path,
content: content,
previous_path: previous_path }])
end
# rubocop:enable Metrics/ParameterLists
 
Loading
Loading
@@ -845,8 +845,8 @@ class Repository
author_name: author_name,
source_branch: source_branch,
source_project: source_project,
actions: [{action: :delete,
file_path: path}])
actions: [{ action: :delete,
file_path: path }])
end
# rubocop:enable Metrics/ParameterLists
 
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