Skip to content

Commit efc3b1c

Browse files
committed
fix: lint fix
1 parent 2972e80 commit efc3b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-pg/src/row_encoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl RowEncoder {
3838
let array = self.rb.column(col);
3939
let field = &self.fields[col];
4040

41-
encode_value(&mut encoder, array, self.curr_idx, &field).unwrap();
41+
encode_value(&mut encoder, array, self.curr_idx, field).unwrap();
4242
}
4343
self.curr_idx += 1;
4444
Some(encoder.finish())

0 commit comments

Comments
 (0)