From 63598721cab3e27e4416d9c63d3cde1a6e6991e6 Mon Sep 17 00:00:00 2001 From: Julius Rakow Date: Fri, 13 Jul 2018 19:56:19 +0200 Subject: [PATCH] rustfmt --- crates/webidl/tests/all/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/webidl/tests/all/main.rs b/crates/webidl/tests/all/main.rs index 13a6f789..10518c13 100644 --- a/crates/webidl/tests/all/main.rs +++ b/crates/webidl/tests/all/main.rs @@ -1,6 +1,6 @@ extern crate wasm_bindgen_test_project_builder as project_builder; use project_builder::project; -mod simple; mod enums; +mod simple; mod throws;