mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-06 22:26:46 +00:00
style fix
This commit is contained in:
parent
b56afca063
commit
99d3849ff3
@ -591,7 +591,7 @@ export default {
|
|||||||
* Parse user id.
|
* Parse user id.
|
||||||
*/
|
*/
|
||||||
parseUserId: function(userid) {
|
parseUserId: function(userid) {
|
||||||
if(userid.length > config.max_userid_length) {
|
if (userid.length > config.max_userid_length) {
|
||||||
throw new Error('User id string is too long');
|
throw new Error('User id string is too long');
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user