Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Oct 7, 2023
1 parent 00309ae commit 70000d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/writable/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 70000d3

Please sign in to comment.