mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +01:00
Fix whitespace error
This commit is contained in:
parent
9a012b5bab
commit
05022fcbb5
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class SignatureSubpacketsHelper {
|
||||||
RegularExpression regex = (RegularExpression) subpacket;
|
RegularExpression regex = (RegularExpression) subpacket;
|
||||||
subpackets.setRegularExpression(regex);
|
subpackets.setRegularExpression(regex);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case keyServerPreferences:
|
case keyServerPreferences:
|
||||||
case preferredKeyServers:
|
case preferredKeyServers:
|
||||||
case placeholder:
|
case placeholder:
|
||||||
|
|
Loading…
Reference in a new issue