Skip to content

Commit

Permalink
chore: apply clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-pastushenko committed Oct 24, 2024
1 parent a61eb41 commit 91f14ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/src/dijkstra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ pub fn run() -> Vec<usize> {
(2, vec![]),
]);

let result = dijkstra.run(0);

return result;
dijkstra.run(0)
}

#[cfg(test)]
Expand Down

0 comments on commit 91f14ad

Please sign in to comment.