浏览代码

Remove extra newlines from tests;

bjorn 9 年之前
父节点
当前提交
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)
-
-