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 'app/models/draft_note.rb')
-rw-r--r--app/models/draft_note.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/draft_note.rb b/app/models/draft_note.rb
index ffc04f9bf90..f95eec742d8 100644
--- a/app/models/draft_note.rb
+++ b/app/models/draft_note.rb
@@ -5,8 +5,8 @@ class DraftNote < ApplicationRecord
include Sortable
include ShaAttribute
- PUBLISH_ATTRS = %i(noteable_id noteable_type type note).freeze
- DIFF_ATTRS = %i(position original_position change_position commit_id).freeze
+ PUBLISH_ATTRS = %i[noteable_id noteable_type type note].freeze
+ DIFF_ATTRS = %i[position original_position change_position commit_id].freeze
sha_attribute :commit_id