Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jan 18, 2024
1 parent 99e2ce1 commit 0c1c93b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/polars-row/src/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,11 @@ pub fn allocate_rows_buf(

#[cfg(test)]
mod test {
use arrow::array::{Int32Array};
use arrow::array::Int32Array;

use super::*;
use crate::decode::decode_rows_from_binary;
use crate::variable::{
decode_binview, BLOCK_SIZE, EMPTY_SENTINEL, NON_EMPTY_SENTINEL,
};
use crate::variable::{decode_binview, BLOCK_SIZE, EMPTY_SENTINEL, NON_EMPTY_SENTINEL};

#[test]
fn test_fixed_and_variable_encode() {
Expand Down

0 comments on commit 0c1c93b

Please sign in to comment.