Skip to content

Commit

Permalink
ci(fuzz): Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Jun 18, 2024
1 parent 4a01dd3 commit 6bf354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/fuzz_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub struct FileOperation<'k> {

impl <'k> FileOperation<'k> {
fn get_path(&self) -> Cow<PathBuf> {
match self.basic {
match &self.basic {
BasicFileOperation::WriteDirectory(_) => Cow::Owned(self.path.join("/")),
BasicFileOperation::MergeWithOtherFile { operations } =>
operations[0].0.get_path(),
Expand Down

0 comments on commit 6bf354a

Please sign in to comment.