From fe2aff1fde643e3d21ef66f5a85a9be95b98c925 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 13 Jan 2025 09:33:43 -0500 Subject: [PATCH] Newer cargo fmt. --- crates/polars-ops/src/chunked_array/gather/chunked.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/polars-ops/src/chunked_array/gather/chunked.rs b/crates/polars-ops/src/chunked_array/gather/chunked.rs index 78ba6091dd72..54b3915a801e 100644 --- a/crates/polars-ops/src/chunked_array/gather/chunked.rs +++ b/crates/polars-ops/src/chunked_array/gather/chunked.rs @@ -623,7 +623,7 @@ where buffers.extend(data_buffers.iter().cloned()); v.insert(offset); offset - } + }, }; buffer_offsets.push(offset); }