diff --git a/build/generate_signature.php b/build/generate_signature.php index fa0b7df0bf..d1b5675119 100644 --- a/build/generate_signature.php +++ b/build/generate_signature.php @@ -35,7 +35,8 @@ $hash = hash_file('sha384', $file_path, true); try { $signature = sodium_crypto_sign_detached($hash, $secret_key); -} catch (SodiumException $e) +} +catch (SodiumException $e) { $keypair = sodium_crypto_sign_keypair();