Skip to content

Commit

Permalink
Bugfix: Removed spurious brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
nneuss committed May 3, 2016
1 parent 3d03613 commit b02e308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icalendar.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
(exdate . property-exdate)
(request-status . property-rstatus)
(related . property-related)
(resources . property-resources])
(resources . property-resources)
(rdate . property-rdate)))
hash))

Expand Down Expand Up @@ -429,7 +429,7 @@
(exdate . property-exdate)
(request-status . property-rstatus)
(related . property-related)
(resources . property-resources])
(resources . property-resources)
(rdate . property-rdate)))
hash))

Expand Down

0 comments on commit b02e308

Please sign in to comment.