mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Whitespace-only code formatting changes.
This commit is contained in:
@@ -8,7 +8,7 @@ public class SecretKey {
|
||||
private final byte[] key;
|
||||
|
||||
public SecretKey(byte[] key) {
|
||||
if(key.length != LENGTH) throw new IllegalArgumentException();
|
||||
if (key.length != LENGTH) throw new IllegalArgumentException();
|
||||
this.key = key;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user