diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-05-27 20:31:03 -0300 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-05-31 11:24:58 -0300 |
commit | 04084996e5f18b67abaf0d9aa54d9d51a31ecd7c (patch) | |
tree | f7a4bdf19d2e0deab83bff24a63a3a03b9532b41 /app/models/project_wiki.rb | |
parent | aaaed331ba06d14f0e071e0933a250c61caabf94 (diff) | |
download | gitlab-ce-04084996e5f18b67abaf0d9aa54d9d51a31ecd7c.tar.gz |
Codestyle changes
Diffstat (limited to 'app/models/project_wiki.rb')
-rw-r--r-- | app/models/project_wiki.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb index 415393d7368..25d82929c0b 100644 --- a/app/models/project_wiki.rb +++ b/app/models/project_wiki.rb @@ -145,14 +145,14 @@ class ProjectWiki wiki end - + def hook_attrs { web_url: web_url, git_ssh_url: ssh_url_to_repo, git_http_url: http_url_to_repo, path_with_namespace: path_with_namespace, - default_branch: default_branch, + default_branch: default_branch } end |