Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/gitaly_client/wiki_page.rb')
-rw-r--r--lib/gitlab/gitaly_client/wiki_page.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gitaly_client/wiki_page.rb b/lib/gitlab/gitaly_client/wiki_page.rb
index 757a429fb8a..f6ea2c96bbb 100644
--- a/lib/gitlab/gitaly_client/wiki_page.rb
+++ b/lib/gitlab/gitaly_client/wiki_page.rb
@@ -3,7 +3,7 @@
module Gitlab
module GitalyClient
class WikiPage
- ATTRS = %i(title format url_path path name historical raw_data).freeze
+ ATTRS = %i[title format url_path path name historical raw_data].freeze
include AttributesBag
include Gitlab::EncodingHelper