From db345bfbb585c826c6f97424c5ee61337c4ffbfd Mon Sep 17 00:00:00 2001 From: Emilia Date: Tue, 24 Oct 2023 17:18:08 -0400 Subject: [PATCH] delete weird whitespace from Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0bbd5e..6d86eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ yew = { version = "0.20.0", features = ["csr"] } yewdux = "0.9" wasm-bindgen = "0.2" web-sys = { version = "0.3", features = ["FormData", "HtmlFormElement", - "HtmlDialogElement", "Blob", "Url", "Window", - "HtmlAnchorElement", "ReadableStream", - "FileReader"] } + "HtmlDialogElement", "Blob", "Url", "Window", + "HtmlAnchorElement", "ReadableStream", + "FileReader"] } js-sys = "0.3" log = "0.4" wasm-logger = "0.2"