From 8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 16 Mar 2021 13:36:26 -0300 Subject: editorconfig: trim trailing whitespace --- spec/download_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/download_spec.lua') diff --git a/spec/download_spec.lua b/spec/download_spec.lua index 42f72008..823e154f 100644 --- a/spec/download_spec.lua +++ b/spec/download_spec.lua @@ -28,7 +28,7 @@ describe("luarocks download #integration", function() assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec")) test_env.remove_files(lfs.currentdir(), "validate--args--") end) - + it("rockspec version", function() assert.is_true(run.luarocks_bool("download --rockspec validate-args 1.5.4-1")) assert.is.truthy(lfs.attributes("validate-args-1.5.4-1.rockspec")) -- cgit v1.2.3-55-g6feb