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/dir_spec.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/dir_spec.lua') diff --git a/spec/dir_spec.lua b/spec/dir_spec.lua index c5162b60..1b568c8f 100644 --- a/spec/dir_spec.lua +++ b/spec/dir_spec.lua @@ -7,17 +7,17 @@ local dir = require("luarocks.dir") describe("luarocks.dir #unit", function() local runner - + setup(function() runner = require("luacov.runner") runner.init(testing_paths.testrun_dir .. "/luacov.config") runner.tick = true end) - + teardown(function() runner.shutdown() end) - + describe("dir.is_basic_protocol", function() it("checks whether the arguments represent a valid protocol and returns the result of the check", function() assert.truthy(dir.is_basic_protocol("http")) -- cgit v1.2.3-55-g6feb