Skip to content

Commit

Permalink
Update test/intl402/DateTimeFormat/constructor-options-invalid-explic…
Browse files Browse the repository at this point in the history
…it-components.js


regularized spacing for function declaration

Co-authored-by: Ms2ger <[email protected]>
  • Loading branch information
ben-allen and Ms2ger authored Jul 31, 2023
1 parent d5eb208 commit 800781a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ info: |
i. Throw a TypeError exception.
---*/

function optionsThrow(options, testName){
function optionsThrow(options, testName) {
assert.throws(TypeError, function() {
new Intl.DateTimeFormat(undefined, options);
}, testName + ":");
Expand Down

0 comments on commit 800781a

Please sign in to comment.