Skip to content

Commit

Permalink
add &
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatroid committed Oct 4, 2024
1 parent 9a7c38a commit 070d99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge-control-app/src/custom_file/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pub trait FileFactory: Sized {
fn create_hardlink_of<FileType: File>(
&self,
uuid: Uuid,
original: FileType,
original: &FileType,
) -> Result<FileType>;
}

0 comments on commit 070d99f

Please sign in to comment.