Skip to content

Commit

Permalink
refactor: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Feb 17, 2025
1 parent 656c666 commit 6979f41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions virtualfs/lib/server/nfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ use crate::metadata::EntityType;
#[cfg(unix)]
use crate::metadata::{Mode, ModeType};

use crate::VfsError;
use crate::VirtualFileSystem;
use crate::{VfsError, VirtualFileSystem};

//--------------------------------------------------------------------------------------------------
// Types
Expand Down

0 comments on commit 6979f41

Please sign in to comment.