summaryrefslogtreecommitdiff
path: root/lib/gitlab/theme.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/theme.rb')
-rw-r--r--lib/gitlab/theme.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/theme.rb b/lib/gitlab/theme.rb
index 9799e54de5d..43093c7d27e 100644
--- a/lib/gitlab/theme.rb
+++ b/lib/gitlab/theme.rb
@@ -19,7 +19,7 @@ module Gitlab
id ||= Gitlab.config.gitlab.default_theme
- return themes[id]
+ themes[id]
end
def self.type_css_class_by_id(id)