Fix a lingering conflict.

This commit is contained in:
Connor Shea 2016-08-17 12:29:05 -06:00
parent c648756a36
commit 2df34c20cb
No known key found for this signature in database
GPG Key ID: 1993299A3C9BE6CF
1 changed files with 1 additions and 5 deletions

View File

@ -109,11 +109,7 @@ class DiffNote < Note
private
def supported?
<<<<<<< HEAD
for_commit? || self.noteable.support_new_diff_notes?
=======
!self.for_merge_request? || self.noteable.has_complete_diff_refs?
>>>>>>> master
for_commit? || self.noteable.has_complete_diff_refs?
end
def noteable_diff_refs