aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/dom/blob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/script/dom/blob.rs')
-rw-r--r--tests/unit/script/dom/blob.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/dom/blob.rs b/tests/unit/script/dom/blob.rs
index 339b1f4ba36..fa670ec28c4 100644
--- a/tests/unit/script/dom/blob.rs
+++ b/tests/unit/script/dom/blob.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use script::dom::blob::{DataSlice};
+use script::dom::blob::DataSlice;
use std::sync::Arc;
#[test]