summaryrefslogtreecommitdiff
path: root/lib/gitlab/json_cache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/json_cache.rb')
-rw-r--r--lib/gitlab/json_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/json_cache.rb b/lib/gitlab/json_cache.rb
index 1adf83739ad..fc7c527e3d0 100644
--- a/lib/gitlab/json_cache.rb
+++ b/lib/gitlab/json_cache.rb
@@ -25,7 +25,7 @@ module Gitlab
expanded_cache_key << Rails.version
end
- expanded_cache_key.join(':')
+ expanded_cache_key.join(":")
end
def expire(key)