Skip to content

Commit 5a737c7

Browse files
committed
fmt
1 parent 0e121a0 commit 5a737c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pub(crate) mod internal_type_traits;
2020

2121
pub use dsu::Dsu;
2222
pub use fenwicktree::FenwickTree;
23-
pub use scc::SccGraph;
2423
pub use mincostflow::MinCostFlowGraph;
24+
pub use scc::SccGraph;
2525
pub use string::{
2626
lcp_array, lcp_array_arbitrary, suffix_array, suffix_array_arbitrary, suffix_array_manual,
2727
z_algorithm, z_algorithm_arbitrary,

0 commit comments

Comments
 (0)