From 70000d3fad3e41305c64a278af8be0a2dd66b469 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Sat, 7 Oct 2023 12:53:45 +0200 Subject: [PATCH] Reformat --- src/writable/sys.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/writable/sys.rs b/src/writable/sys.rs index 911c1d1..03187db 100644 --- a/src/writable/sys.rs +++ b/src/writable/sys.rs @@ -15,7 +15,5 @@ extern "C" { pub(crate) type WritableStreamExt; #[wasm_bindgen(constructor, js_class = WritableStream)] - pub(crate) fn new_with_into_underlying_sink( - sink: IntoUnderlyingSink, - ) -> WritableStreamExt; + pub(crate) fn new_with_into_underlying_sink(sink: IntoUnderlyingSink) -> WritableStreamExt; }