Skip to content

Commit

Permalink
chore: manual linebreak in comment that was causing rustfmt CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 9, 2025
1 parent f4a3944 commit 0ae6b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ struct ValueIndex<R> {
}

impl<R: io::Read + io::Seek> ValueIndex<R> {
/// Creates a new ValueIndex by reading a CSV and building indexes for both row positions and values.
/// Creates a new ValueIndex by reading a CSV and building indexes for
/// both row positions and values.
///
/// This function reads through a CSV file once to build two indexes:
/// 1. A mapping of selected column values to the row numbers where they appear
Expand Down

0 comments on commit 0ae6b6c

Please sign in to comment.