Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
donjuanplatinum committed Jul 21, 2024
1 parent 79fe7d4 commit 388fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string/max_substring.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// 最大子串
///
///
/// 返回(起始位置,结束位置,长度)
/// ```
/// use algori::string::max_substring;
Expand Down

0 comments on commit 388fbc3

Please sign in to comment.