util_paths_spec: Trim trailing white space
authorKim Alvefur <zash@zash.se>
Sat, 17 Oct 2020 19:24:44 +0200
changeset 11186 bab8d01e139a
parent 11185 d2b19560150d
child 11187 2ac63715ef6f
util_paths_spec: Trim trailing white space And add spacing between describe() blocks
spec/util_paths_spec.lua
--- a/spec/util_paths_spec.lua	Sat Oct 17 19:00:16 2020 +0200
+++ b/spec/util_paths_spec.lua	Sat Oct 17 19:24:44 2020 +0200
@@ -20,8 +20,8 @@
 		it("works", function ()
 			assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*"))
 		end);
-		
 	end)
+
 	describe("#resolve_relative_path()", function ()
 		it("returns absolute paths as-is", function ()
 			if sep == "/" then