Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger authored Jan 23, 2024
2 parents 4ccf996 + 56d1d7c commit 89ac66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/processors/add_property.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ func (a *AddPropertyProcessor) Process(input ical.Calendar, output *ical.Calenda
return nil
}

var _ BaseProcessor = &AddPropertyProcessor{}
var _ BaseProcessor = &AddPropertyProcessor{}
2 changes: 1 addition & 1 deletion pkg/processors/delete_property.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ func (d *DeletePropertyProcessor) Process(input ical.Calendar, output *ical.Cale
return nil
}

var _ BaseProcessor = &DeletePropertyProcessor{}
var _ BaseProcessor = &DeletePropertyProcessor{}

0 comments on commit 89ac66d

Please sign in to comment.