diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2022-01-17 19:41:02 -0800 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2022-01-17 19:41:02 -0800 |
commit | de02705ee4cbb5d544a45db00b54284da0835ece (patch) | |
tree | 4879d84d033aa9cd51da2c8bbce01c10509729f1 | |
parent | cf89ee5ba666ab26e9753a53e68bb86042e6cc6d (diff) |
Clarify comment
-rw-r--r-- | src/hunks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hunks.rs b/src/hunks.rs index a6591e5842..840f70208f 100644 --- a/src/hunks.rs +++ b/src/hunks.rs @@ -617,7 +617,7 @@ pub fn aligned_lines_from_hunk( let aligned_between = match first_novel { (Some(lhs_start), _) => { - // align based on blank lines too. + // TODO: align based on blank lines too. fill_matched_lines(lhs_start, max_lhs_src_line, hunk_end, opposite_to_lhs) } (_, Some(rhs_start)) => flip_tuples(&fill_matched_lines( |