Procházet zdrojové kódy

Remove extra newlines from tests;

bjorn před 10 roky
rodič
revize
3392853b52
2 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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)
-
-