Skip to content

Commit

Permalink
Merge pull request #51 from traP-jp/feat/#49-add-ref
Browse files Browse the repository at this point in the history
add `&` to custom file trait
  • Loading branch information
hayatroid authored Oct 4, 2024
2 parents 9a7c38a + 070d99f commit 7a52322
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 7a52322

Please sign in to comment.