Fix final newline linter error

This commit is contained in:
Philip Chimento 2025-03-12 16:56:58 -07:00 committed by Philip Chimento
parent e0739b76a7
commit e611532c98
1 changed files with 1 additions and 1 deletions
test/built-ins/decodeURIComponent

View File

@ -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');
},'#5: %F4%90%80%80 (out-of-range) should throw URIError');