aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/AutoCompleteController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/AutoCompleteController.php')
-rw-r--r--core/Controller/AutoCompleteController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php
index 6a5071aed16..654570e66ec 100644
--- a/core/Controller/AutoCompleteController.php
+++ b/core/Controller/AutoCompleteController.php
@@ -123,7 +123,7 @@ class AutoCompleteController extends OCSController {
$shareWithDisplayNameUnique = array_key_exists('shareWithDisplayNameUnique', $result) ? $result['shareWithDisplayNameUnique'] : null;
$output[] = [
- 'id' => (string) $result['value']['shareWith'],
+ 'id' => (string)$result['value']['shareWith'],
'label' => $label,
'icon' => $icon ?? '',
'source' => $type,