mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-29 07:07:05 +00:00
Fix whitespace [skip actions]
This commit is contained in:
parent
026ef9c51b
commit
96da4b6117
@ -12,7 +12,7 @@ public class CompoundData extends GameResource {
|
|||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getId(){return this.id;}
|
public int getId() {return this.id;}
|
||||||
@Getter private int groupId;
|
@Getter private int groupId;
|
||||||
@Getter private int rankLevel;
|
@Getter private int rankLevel;
|
||||||
@Getter private boolean isDefaultUnlocked;
|
@Getter private boolean isDefaultUnlocked;
|
||||||
|
@ -155,7 +155,7 @@ public final class RegionHandler implements Router {
|
|||||||
|
|
||||||
String key_id = ctx.queryParam("key_id");
|
String key_id = ctx.queryParam("key_id");
|
||||||
|
|
||||||
if(key_id == null)
|
if (key_id == null)
|
||||||
throw new Exception("Key ID was not set");
|
throw new Exception("Key ID was not set");
|
||||||
|
|
||||||
Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding");
|
Cipher cipher = Cipher.getInstance("RSA/ECB/PKCS1Padding");
|
||||||
|
Loading…
Reference in New Issue
Block a user