Skip to content

Commit c72dba5

Browse files
committed
fmt
1 parent f4e741c commit c72dba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algo/re_rooting_dp/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
///
55
/// ```no_run
66
/// // 各頂点から最も遠い頂点までの距離を求める例
7-
///
7+
///
88
/// use re_rooting_dp::re_rooting_dp;
99
///
1010
/// struct E(u64);
1111
/// #[derive(Clone)]
1212
/// struct V(u64);
13-
///
13+
///
1414
/// let n: usize = todo!();
1515
/// let edges: Vec<(usize, usize, E)> = todo!();
1616
///

0 commit comments

Comments
 (0)