Skip to content

Commit 83d89a5

Browse files
sfavotjoelwurtz
authored andcommitted
fix import
1 parent eb5b960 commit 83d89a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/impact.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ impl Impact {
9292

9393
impl ImpactOutput {
9494
pub fn create_result(impact_input: ImpactInput) -> ImpactOutput {
95-
9695
let router_config = impact_input.router_config.clone();
9796
let mut router = Router::<Rule>::from_config(router_config.clone());
9897
let mut trace_unique_router = Router::<Rule>::from_config(router_config.clone());

0 commit comments

Comments
 (0)