summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-08-02 10:19:27 -0400
committerGitHub <noreply@github.com>2021-08-02 10:19:27 -0400
commitd7d452efc158d7b1ea89b6f92237cea3b29f88db (patch)
treef6e6d9fd599e1085751a6eba9b7c48a8f9101668 /Cargo.toml
parent505d253436153b34a60018c732b55e900a331859 (diff)
chore: format toml files internally (#11563)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8ab443ce..e90f005f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ members = [
"extensions/webgpu",
"extensions/webidl",
"extensions/websocket",
- "extensions/webstorage"
+ "extensions/webstorage",
]
exclude = ["test_util/std/hash/_wasm"]