Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
yamadapc committed Feb 19, 2025
1 parent 38e7a92 commit 91a6001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/atlaspack_vcs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ impl FileChangeEvent {

pub fn change_type_str(&self) -> &str {
match self.change_type() {
atlaspack_vcs::FileChangeType::Create => "create",
atlaspack_vcs::FileChangeType::Update => "update",
atlaspack_vcs::FileChangeType::Delete => "delete",
FileChangeType::Create => "create",
FileChangeType::Update => "update",
FileChangeType::Delete => "delete",
}
}
}
Expand Down

0 comments on commit 91a6001

Please sign in to comment.