From b03958e5fd3fbfba54c9d6f1ef3a95d10c305130 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 6 Mar 2018 06:27:20 +0100 Subject: spec: Trim trailing whitespace --- spec/core_moduleapi_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/core_moduleapi_spec.lua') diff --git a/spec/core_moduleapi_spec.lua b/spec/core_moduleapi_spec.lua index b0364d81..20431935 100644 --- a/spec/core_moduleapi_spec.lua +++ b/spec/core_moduleapi_spec.lua @@ -70,7 +70,7 @@ describe("core.moduleapi", function() it("should return handle arrays", function() test_option_value({1, 2, 3}, { boolean = true, string = "1", number = 1, array = {1, 2, 3}, set = {1, 2, 3} }); test_option_value({1, 2, 3, 3, 4}, {boolean = true, string = "1", number = 1, array = {1, 2, 3, 3, 4}, set = {1, 2, 3, 4} }); - test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} }); + test_option_value({0, 1, 2, 3}, { boolean = false, string = "0", number = 0, array = {0, 1, 2, 3}, set = {0, 1, 2, 3} }); end); end) end) -- cgit v1.2.3