diff options
Diffstat (limited to 'lib/vobject')
-rw-r--r-- | lib/vobject/compoundproperty.php | 2 | ||||
-rw-r--r-- | lib/vobject/stringproperty.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/vobject/compoundproperty.php b/lib/vobject/compoundproperty.php index d702ab802e0..7fe42574bed 100644 --- a/lib/vobject/compoundproperty.php +++ b/lib/vobject/compoundproperty.php @@ -67,4 +67,4 @@ class CompoundProperty extends \Sabre\VObject\Property\Compound { } -}
\ No newline at end of file +} diff --git a/lib/vobject/stringproperty.php b/lib/vobject/stringproperty.php index b98a8f26c2b..a9d63a0a789 100644 --- a/lib/vobject/stringproperty.php +++ b/lib/vobject/stringproperty.php @@ -77,4 +77,4 @@ class StringProperty extends \Sabre\VObject\Property { } -}
\ No newline at end of file +} |