Commit 6cfab44a authored by Tomislav Nikic's avatar Tomislav Nikic

Fixing trailing whitespace and other linter errors

Fixing a single trailing whitespace issue.
Fixing no new line at the end of the file.
parent 103a631b
......@@ -25,7 +25,7 @@ module QA
Page::MergeRequest::Show.perform do |merge_request|
expect(merge_request).to have_title(@merge_request_title)
expect(merge_request).to have_description(@merge_request_description)
end
end
end
it 'creates a merge request with a milestone and label' do
......@@ -63,4 +63,4 @@ module QA
end
end
end
end
\ No newline at end of file
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment