Fix whitespace [skip actions]

This commit is contained in:
github-actions
2022-10-18 14:56:26 +00:00
parent 026ef9c51b
commit 96da4b6117
6 changed files with 82 additions and 82 deletions

View File

@@ -155,7 +155,7 @@ public final class RegionHandler implements Router {
String key_id = ctx.queryParam("key_id");
if(key_id == null)
if (key_id == null)
throw new Exception("Key ID was not set");
Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding");