aboutsummaryrefslogtreecommitdiff
path: root/tests/integration_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_test.rs')
-rw-r--r--tests/integration_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_test.rs b/tests/integration_test.rs
index 6814429..122ed5a 100644
--- a/tests/integration_test.rs
+++ b/tests/integration_test.rs
@@ -1,4 +1,4 @@
-use wmap_renderer::{render_to_png, render_to_svg, Configuration, StageType};
+use wmap_renderer::{Configuration, StageType, render_to_png, render_to_svg};
#[test]
fn test_render_simple_map_to_png() {