Commit 04084996 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Codestyle changes

parent aaaed331
...@@ -145,14 +145,14 @@ class ProjectWiki ...@@ -145,14 +145,14 @@ class ProjectWiki
wiki wiki
end end
def hook_attrs def hook_attrs
{ {
web_url: web_url, web_url: web_url,
git_ssh_url: ssh_url_to_repo, git_ssh_url: ssh_url_to_repo,
git_http_url: http_url_to_repo, git_http_url: http_url_to_repo,
path_with_namespace: path_with_namespace, path_with_namespace: path_with_namespace,
default_branch: default_branch, default_branch: default_branch
} }
end end
......
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