diff options
author | Robin Appelman <robin@icewind.nl> | 2017-02-08 15:06:38 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-02-08 15:17:03 +0100 |
commit | ae66cf8d3713e6ed84396a23b506a7252b5860bc (patch) | |
tree | b2557fa2b61541f61ce2882a50b6ede45943c73d /lib/private/Federation | |
parent | 976cff780b44c8fbe93d4fb588ff2c8fe36b1963 (diff) | |
download | nextcloud-server-ae66cf8d3713e6ed84396a23b506a7252b5860bc.tar.gz nextcloud-server-ae66cf8d3713e6ed84396a23b506a7252b5860bc.zip |
add tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Federation')
-rw-r--r-- | lib/private/Federation/CloudIdManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php index d5d4e7f34cc..0df8f080d2d 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -105,4 +105,4 @@ class CloudIdManager implements ICloudIdManager { public function isValidCloudId($cloudId) { return strpos($cloudId, '@') !== false; } -}
\ No newline at end of file +} |