diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-25 15:17:57 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-05-25 15:17:57 -0500 |
commit | d88a5c1db1c6cca639039188a26c6e6d5bc68831 (patch) | |
tree | 9c16df7ff7c58dadf30eae83246d8cc5ba42358f /lib | |
parent | 68f7fd8b7840fc6b4160db51382fd09e673d2501 (diff) | |
download | gitlab-ce-d88a5c1db1c6cca639039188a26c6e6d5bc68831.tar.gz |
Address feedback
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/diff/file_collection/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/diff/file_collection/base.rb b/lib/gitlab/diff/file_collection/base.rb index 7330f3377e1..36a7f26e83f 100644 --- a/lib/gitlab/diff/file_collection/base.rb +++ b/lib/gitlab/diff/file_collection/base.rb @@ -2,7 +2,7 @@ module Gitlab module Diff module FileCollection class Base - attr_reader :project, :diff_options, :diff_view, :diff_refs, :fallback_diff_refs + attr_reader :project, :diff_options, :diff_refs, :fallback_diff_refs delegate :count, :size, :real_size, to: :diff_files |