Skip to content

Commit a97a198

Browse files
committed
chore: code style
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 618f702 commit a97a198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Share20/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ protected function groupCreateChecks(IShare $share) {
515515

516516
// Check if sharing with this group is blocked
517517
$groupsBlockList = $this->appConfig->getValueArray('core', 'shareapi_groups_block_list', []);
518-
if(in_array($share->getSharedWith(), $groupsBlockList)) {
518+
if (in_array($share->getSharedWith(), $groupsBlockList)) {
519519
throw new \InvalidArgumentException('Sharing with group ' . $share->getSharedWith() . ' is not allowed.');
520520
}
521521

0 commit comments

Comments
 (0)