From 04084996e5f18b67abaf0d9aa54d9d51a31ecd7c Mon Sep 17 00:00:00 2001
From: Gabriel Mazetto <gabriel@gitlab.com>
Date: Fri, 27 May 2016 20:31:03 -0300
Subject: [PATCH] Codestyle changes

---
 app/models/project_wiki.rb | 4 ++--
 1 file 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
 
-- 
GitLab