From b1130479100422f114f5b728bb942f6bddc037c3 Mon Sep 17 00:00:00 2001 From: Paul Hansen Date: Sat, 4 Jan 2025 14:17:33 -0600 Subject: [PATCH] cargo fmt --- crates/js-sys/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/js-sys/src/lib.rs b/crates/js-sys/src/lib.rs index 852dd9e1a13..ac1d51bfadd 100644 --- a/crates/js-sys/src/lib.rs +++ b/crates/js-sys/src/lib.rs @@ -3393,7 +3393,11 @@ extern "C" { pub fn to_locale_time_string(this: &Date, locale: &str) -> JsString; #[wasm_bindgen(method, js_name = toLocaleTimeString)] - pub fn to_locale_time_string_with_options(this: &Date, locale: &str, options: &JsValue) -> JsString; + pub fn to_locale_time_string_with_options( + this: &Date, + locale: &str, + options: &JsValue, + ) -> JsString; /// The `toString()` method returns a string representing /// the specified Date object.