Skip to content

Commit ec563d3

Browse files
committed
Fixed according to cargo fmt
1 parent 2ef793f commit ec563d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dsu.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pub struct Dsu {
99
parent_or_size: Vec<i32>,
1010
}
1111

12-
1312
impl Dsu {
1413
pub fn new(size: usize) -> Self {
1514
Self {

0 commit comments

Comments
 (0)