Skip to content
Snippets Groups Projects
Commit 04084996 authored by Gabriel Mazetto's avatar Gabriel Mazetto :spy_tone1:
Browse files

Codestyle changes

parent aaaed331
No related branches found
No related tags found
No related merge requests found
Loading
@@ -145,14 +145,14 @@ class ProjectWiki
Loading
@@ -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
   
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