Skip to content

Commit e611532

Browse files
committed
Fix final newline linter error
1 parent e0739b7 commit e611532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/built-ins/decodeURIComponent/throw-URIError.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ assert.throws(URIError, function CHECK4() {
3737
// CHECK#5: Code point beyond U+10FFFF
3838
assert.throws(URIError, function CHECK5() {
3939
decodeURIComponent('%F4%90%80%80');
40-
},'#5: %F4%90%80%80 (out-of-range) should throw URIError');
40+
},'#5: %F4%90%80%80 (out-of-range) should throw URIError');

0 commit comments

Comments
 (0)