Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Sep 22, 2024
1 parent 79e4ebb commit 7639cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filesort-rs/src/word_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ impl FileSort for WordSort {
for word in words {
self.lines.push(word.to_string());
}

}
}

Expand Down

0 comments on commit 7639cab

Please sign in to comment.