spec/util_paths_spec.lua
changeset 11186 bab8d01e139a
parent 11185 d2b19560150d
--- 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