From 56b3fee49231057885a3f6e1e9269fadbe37d2a2 Mon Sep 17 00:00:00 2001
From: Vishesh Verma <vermavishesh023@gmail.com>
Date: Thu, 17 Oct 2024 12:36:57 +0000
Subject: [PATCH] Update file ext_cosmetics.js.js

---
 test/core/js/modules/ext_cosmetics.js.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/core/js/modules/ext_cosmetics.js.js b/test/core/js/modules/ext_cosmetics.js.js
index 32ecd175..14b7eaad 100644
--- a/test/core/js/modules/ext_cosmetics.js.js
+++ b/test/core/js/modules/ext_cosmetics.js.js
@@ -117,4 +117,5 @@ QUnit.test("linkify cut-off (40)", function (assert) {
     assert.equal($(container).find("a").length, 1, "link is present");
     assert.equal($(container).find("a").text(), "https://this.is.a.link/with/more/th[...] ", "link text has been cut off");
     container.remove();
+    
 });
-- 
GitLab