Skip to content

Commit

Permalink
undo formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Nov 23, 2023
1 parent a0f11e3 commit 70f69c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions calendar.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,7 @@ func NewEvent(uniqueId string) *VEvent {
e := &VEvent{
ComponentBase{
Properties: []IANAProperty{
{
BaseProperty{
IANAToken: ToText(string(ComponentPropertyUniqueId)),
Value: uniqueId,
},
},
{BaseProperty{IANAToken: ToText(string(ComponentPropertyUniqueId)), Value: uniqueId}},
},
},
}
Expand Down

0 comments on commit 70f69c8

Please sign in to comment.