From 800781ac9374f7ba63865200f8463cc0bb1735f0 Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Mon, 31 Jul 2023 09:09:54 -0700 Subject: [PATCH] Update test/intl402/DateTimeFormat/constructor-options-invalid-explicit-components.js regularized spacing for function declaration Co-authored-by: Ms2ger --- .../constructor-options-invalid-explicit-components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/DateTimeFormat/constructor-options-invalid-explicit-components.js b/test/intl402/DateTimeFormat/constructor-options-invalid-explicit-components.js index bc3a0d98e0f..15427ad7eea 100644 --- a/test/intl402/DateTimeFormat/constructor-options-invalid-explicit-components.js +++ b/test/intl402/DateTimeFormat/constructor-options-invalid-explicit-components.js @@ -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 + ":");