Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Feb 21, 2024
1 parent 4814762 commit 1994592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/types/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ impl<T, U> EngineAction for SetDeleteAction<T, U> {
}
}

impl<U> Display for SetDeleteAction<FilesystemUuid, U> {
impl Display for SetDeleteAction<FilesystemUuid, FilesystemUuid> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
if self.changed.is_empty() {
write!(
Expand Down

0 comments on commit 1994592

Please sign in to comment.