Skip to content

Commit 5b012df

Browse files
committed
fix(driver): format
1 parent 2863f9d commit 5b012df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compio-driver/src/sys/fusion

compio-driver/src/sys/fusion/op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@ mop!(<S: AsFd> ReadManaged(fd: S, pool: &BufferPool, len: usize) with pool);
211211
mop!(<S: AsFd> RecvManaged(fd: S, pool: &BufferPool, len: usize, flags: i32) with pool);
212212
mop!(<S: AsFd> RecvFromManaged(fd: S, pool: &BufferPool, len: usize, flags: i32) with pool, buffer: (crate::BorrowedBuffer<'a>, SockAddr));
213213
mop!(<S: AsFd> ReadMultiAt(fd: S, offset: u64, pool: &BufferPool, len: usize) with pool);
214-
mop!(<S: AsFd> ReadMulti(fd:S, pool: &BufferPool, len: usize) with pool);
214+
mop!(<S: AsFd> ReadMulti(fd: S, pool: &BufferPool, len: usize) with pool);
215215
mop!(<S: AsFd> RecvMulti(fd: S, pool: &BufferPool, len: usize, flags: i32) with pool);

0 commit comments

Comments
 (0)