Skip to content

Commit f275161

Browse files
committed
Fix code style
1 parent 5ee4c9e commit f275161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Parameters/CreateMeetingParameters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,8 +1478,8 @@ public function getHTTPQuery(): string
14781478
'userCameraCap' => $this->userCameraCap,
14791479
'meetingExpireIfNoUserJoinedInMinutes' => $this->meetingExpireIfNoUserJoinedInMinutes,
14801480
'meetingExpireWhenLastUserLeftInMinutes' => $this->meetingExpireWhenLastUserLeftInMinutes,
1481-
'preUploadedPresentation' => $this->preUploadedPresentation,
1482-
'preUploadedPresentationName' => $this->preUploadedPresentationName,
1481+
'preUploadedPresentation' => $this->preUploadedPresentation,
1482+
'preUploadedPresentationName' => $this->preUploadedPresentationName,
14831483
'preUploadedPresentationOverrideDefault' => $this->preUploadedPresentationOverrideDefault,
14841484
'disabledFeatures' => join(',', $this->disabledFeatures),
14851485
'disabledFeaturesExclude' => join(',', $this->disabledFeaturesExclude),

0 commit comments

Comments
 (0)