diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-16 13:36:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-16 16:32:45 -0300 |
commit | 8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f (patch) | |
tree | f05d1a49995341a56e602ce2a3256b89372e9d04 /spec/persist_spec.lua | |
parent | 2b56388e76952be52d849415b1ebae74b6dc4607 (diff) | |
download | luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.gz luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.bz2 luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.zip |
editorconfig: trim trailing whitespace
Diffstat (limited to 'spec/persist_spec.lua')
-rw-r--r-- | spec/persist_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/persist_spec.lua b/spec/persist_spec.lua index 722331b8..f426fd83 100644 --- a/spec/persist_spec.lua +++ b/spec/persist_spec.lua | |||
@@ -6,17 +6,17 @@ local persist = require("luarocks.persist") | |||
6 | 6 | ||
7 | describe("luarocks.persist #unit", function() | 7 | describe("luarocks.persist #unit", function() |
8 | local runner | 8 | local runner |
9 | 9 | ||
10 | setup(function() | 10 | setup(function() |
11 | runner = require("luacov.runner") | 11 | runner = require("luacov.runner") |
12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") | 12 | runner.init(testing_paths.testrun_dir .. "/luacov.config") |
13 | runner.tick = true | 13 | runner.tick = true |
14 | end) | 14 | end) |
15 | 15 | ||
16 | teardown(function() | 16 | teardown(function() |
17 | runner.shutdown() | 17 | runner.shutdown() |
18 | end) | 18 | end) |
19 | 19 | ||
20 | describe("persist.save_from_table_to_string", function() | 20 | describe("persist.save_from_table_to_string", function() |
21 | it("simple table", function() | 21 | it("simple table", function() |
22 | assert.are.same([[ | 22 | assert.are.same([[ |