From e611532c9830437a293d1c45198923c24f299c9b Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 12 Mar 2025 16:56:58 -0700 Subject: [PATCH] Fix final newline linter error --- test/built-ins/decodeURIComponent/throw-URIError.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/decodeURIComponent/throw-URIError.js b/test/built-ins/decodeURIComponent/throw-URIError.js index d977be28b7..bb8753ebc1 100644 --- a/test/built-ins/decodeURIComponent/throw-URIError.js +++ b/test/built-ins/decodeURIComponent/throw-URIError.js @@ -37,4 +37,4 @@ assert.throws(URIError, function CHECK4() { // CHECK#5: Code point beyond U+10FFFF assert.throws(URIError, function CHECK5() { decodeURIComponent('%F4%90%80%80'); -},'#5: %F4%90%80%80 (out-of-range) should throw URIError'); \ No newline at end of file +},'#5: %F4%90%80%80 (out-of-range) should throw URIError');