Browse Source

Remove extra newlines from tests;

bjorn 9 years ago
parent
commit
3392853b52
2 changed files with 0 additions and 4 deletions
  1. 0 2
      tests/first.lua
  2. 0 2
      tests/last.lua

+ 0 - 2
tests/first.lua

@@ -15,5 +15,3 @@ describe('first', function()
     expect(observable).to.produce(1)
     expect(observable).to.produce(1)
   end)
   end)
 end)
 end)
-
-

+ 0 - 2
tests/last.lua

@@ -15,5 +15,3 @@ describe('last', function()
     expect(observable).to.produce(5)
     expect(observable).to.produce(5)
   end)
   end)
 end)
 end)
-
-