Skip to content

Commit 031b12a

Browse files
committed
fmt
1 parent bf4329e commit 031b12a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

crates/nfs3_server/src/mount_handlers.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@ where
136136
/// shared or exported file systems. These are the file
137137
/// systems which are made available to NFS version 3 protocol
138138
/// clients.
139-
async fn mountproc3_export<T>(
140-
context: RPCContext<T>,
141-
_: u32,
142-
_: Void,
143-
) -> exports<'static, 'static>
139+
async fn mountproc3_export<T>(context: RPCContext<T>, _: u32, _: Void) -> exports<'static, 'static>
144140
where
145141
T: crate::vfs::NfsFileSystem,
146142
{

0 commit comments

Comments
 (0)