mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-05 05:36:52 +00:00
style fix
This commit is contained in:
parent
b56afca063
commit
99d3849ff3
@ -591,7 +591,7 @@ export default {
|
||||
* Parse user id.
|
||||
*/
|
||||
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');
|
||||
}
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user