Skip to content

Commit a41a3b1

Browse files
committed
All specs have trailing newline at end of file
1 parent aff279b commit a41a3b1

272 files changed

Lines changed: 272 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

spec/lib/immutable/deque/clear_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
instance.clear.class.should be(subclass)
3131
end
3232
end
33-
end
33+
end

spec/lib/immutable/deque/construction_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
end
2727
end
2828
end
29-
end
29+
end

spec/lib/immutable/deque/copying_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
end
1717
end
1818
end
19-
end
19+
end

spec/lib/immutable/deque/dequeue_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
end
3232
end
3333
end
34-
end
34+
end

spec/lib/immutable/deque/empty_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
end
3737
end
3838
end
39-
end
39+
end

spec/lib/immutable/deque/enqueue_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
end
2525
end
2626
end
27-
end
27+
end

spec/lib/immutable/deque/first_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
end
1515
end
1616
end
17-
end
17+
end

spec/lib/immutable/deque/inspect_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
end
2121
end
2222
end
23-
end
23+
end

spec/lib/immutable/deque/last_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
end
1515
end
1616
end
17-
end
17+
end

spec/lib/immutable/deque/marshal_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
expect(reloaded_deque.shift).to eql(D[10, 15])
3131
end
3232
end
33-
end
33+
end

0 commit comments

Comments
 (0)