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/api/entities/draft_note.rb')
-rw-r--r--lib/api/entities/draft_note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/draft_note.rb b/lib/api/entities/draft_note.rb
index 70b32bac502..13852513615 100644
--- a/lib/api/entities/draft_note.rb
+++ b/lib/api/entities/draft_note.rb
@@ -38,7 +38,7 @@ module API
}
}
} do |note|
- note.position.to_h
+ note.position.to_h.except(:ignore_whitespace_change)
end
end
end