Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Mar 5, 2025
1 parent 21baf29 commit 05eab3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/polars-stream/src/nodes/io_sinks/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ impl SinkNode for IpcSinkNode {
compression: self.write_options.compression.map(Into::into),
};

let chunk_size = self
.write_options
.chunk_size;
let chunk_size = self.write_options.chunk_size;

let ipc_fields = self
.input_schema
Expand Down

0 comments on commit 05eab3c

Please sign in to comment.