Skip to content

Commit 88dffcf

Browse files
committed
format
1 parent 07214de commit 88dffcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Appwrite/Platform/Tasks/SDKs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct()
5454

5555
public function action(?string $selectedPlatform, ?string $selectedSDK, ?string $version, ?string $git, ?string $production, ?string $message, ?string $release, ?string $commit, ?string $sdks): void
5656
{
57-
if (!$sdks){
57+
if (!$sdks) {
5858
$selectedPlatform ??= Console::confirm('Choose Platform ("' . APP_PLATFORM_CLIENT . '", "' . APP_PLATFORM_SERVER . '", "' . APP_PLATFORM_CONSOLE . '" or "*" for all):');
5959
$selectedSDK ??= \strtolower(Console::confirm('Choose SDK ("*" for all):'));
6060
} else {

0 commit comments

Comments
 (0)