Commit 8a199f32 authored by Douwe Maan's avatar Douwe Maan

Remove unneccessary blank lines

parent 3420c6cc
...@@ -16,7 +16,6 @@ module RelativePositioning ...@@ -16,7 +16,6 @@ module RelativePositioning
self.class.in_projects(project.id).maximum(:relative_position) self.class.in_projects(project.id).maximum(:relative_position)
end end
def prev_relative_position def prev_relative_position
prev_pos = nil prev_pos = nil
......
...@@ -44,7 +44,6 @@ describe Issue, 'RelativePositioning' do ...@@ -44,7 +44,6 @@ describe Issue, 'RelativePositioning' do
end end
end end
describe '#move_before' do describe '#move_before' do
it 'moves issue before' do it 'moves issue before' do
[issue1, issue].each(&:move_to_end) [issue1, issue].each(&:move_to_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