Skip to content

Commit

Permalink
Newer cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Jan 13, 2025
1 parent 359c254 commit fe2aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-ops/src/chunked_array/gather/chunked.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ where
buffers.extend(data_buffers.iter().cloned());
v.insert(offset);
offset
}
},
};
buffer_offsets.push(offset);
}
Expand Down

0 comments on commit fe2aff1

Please sign in to comment.