Skip to content

Commit

Permalink
chore(composer): format
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Feb 1, 2025
1 parent 4f8bd0e commit 7ed0072
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer/InstallMagoBinaryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ private function detectPlatformInfo(ProcessExecutor $process_executor, string $v
$arch = 's390x';
break;
default:
throw new \RuntimeException(
"Unsupported machine architecture: {$arch_name}. Please open an issue on GitHub.",
);
throw new \RuntimeException("Unsupported machine architecture: {$arch_name}. Please open an issue on GitHub.");
}

$os = strtolower(php_uname('s'));
Expand Down

0 comments on commit 7ed0072

Please sign in to comment.