diff options
Diffstat (limited to 'lib/ocs/person.php')
-rw-r--r-- | lib/ocs/person.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocs/person.php b/lib/ocs/person.php index 169cc8211db..1c8210d0825 100644 --- a/lib/ocs/person.php +++ b/lib/ocs/person.php @@ -38,5 +38,5 @@ class OC_OCS_Person { return new OC_OCS_Result(null, 101); } } - + } |