Skip to content

Commit b40bb9c

Browse files
Remove redundant newline
1 parent 6fb7248 commit b40bb9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arrow-avro/src/writer/encoder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ fn write_sign_extended<W: Write + ?Sized>(out: &mut W, src_be: &[u8], n: usize)
181181
}
182182
out.write_all(src_be)
183183
.map_err(|e| AvroError::General(format!("write decimal fixed: {e}")))
184-
185184
}
186185

187186
/// Write the union branch index for an optional field.

0 commit comments

Comments
 (0)