aboutsummaryrefslogtreecommitdiff
path: root/spec/which_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2021-03-16 13:36:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2021-03-16 16:32:45 -0300
commit8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f (patch)
treef05d1a49995341a56e602ce2a3256b89372e9d04 /spec/which_spec.lua
parent2b56388e76952be52d849415b1ebae74b6dc4607 (diff)
downloadluarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.gz
luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.bz2
luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.zip
editorconfig: trim trailing whitespace
Diffstat (limited to 'spec/which_spec.lua')
-rw-r--r--spec/which_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/which_spec.lua b/spec/which_spec.lua
index 4e9bdaf4..d6e07eb7 100644
--- a/spec/which_spec.lua
+++ b/spec/which_spec.lua
@@ -13,7 +13,7 @@ local extra_rocks = {
13} 13}
14 14
15describe("luarocks which #integration", function() 15describe("luarocks which #integration", function()
16 16
17 setup(function() 17 setup(function()
18 test_env.setup_specs(extra_rocks) 18 test_env.setup_specs(extra_rocks)
19 test_env.unload_luarocks() -- need to be required here, because hardcoded is created after first loading of specs 19 test_env.unload_luarocks() -- need to be required here, because hardcoded is created after first loading of specs