fix: run cargo fmt
This commit is contained in:
parent
1388fc8acc
commit
0f6054cf81
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ impl<C: DerefMut<Target = PgConnection>> PgCopyIn<C> {
|
|||
let buf = conn.stream.write_buffer_mut();
|
||||
|
||||
// Write the CopyData format code and reserve space for the length.
|
||||
// This may end up sending an empty `CopyData` packet if, after this point,
|
||||
// This may end up sending an empty `CopyData` packet if, after this point,
|
||||
// we get canceled or read 0 bytes, but that should be fine.
|
||||
buf.put_slice(b"d\0\0\0\x04");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue