Преглед изворни кода

Remove extra newlines from tests;

bjorn пре 10 година
родитељ
комит
3392853b52
2 измењених фајлова са 0 додато и 4 уклоњено
  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)
   end)
 end)
-
-

+ 0 - 2
tests/last.lua

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