Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Apr 26, 2024
1 parent fa32c6f commit f96650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtual-fs/src/mem_fs/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl VirtualFile for FileHandle {
return Ok(());
}

return Err(crate::FsError::UnknownError);
Err(crate::FsError::UnknownError)
}

fn size(&self) -> u64 {
Expand Down

0 comments on commit f96650b

Please sign in to comment.