Merge branch 'fix-rubocop' into 'master'

Remove offending empty line to make rubocop happy

see https://gitlab.com/gitlab-org/gitlab-ce/builds/2931496

See merge request !5732
This commit is contained in:
Hannes Rosenögger 2016-08-09 09:00:27 +00:00
commit 551ffc0a4d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
require 'spec_helper'
describe MergeRequests::MergeRequestDiffCacheService do
let(:subject) { MergeRequests::MergeRequestDiffCacheService.new }
describe '#execute' do