mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
Update prettier styling
This commit is contained in:
@ -26,7 +26,10 @@ const xrefToRefMap = (xrefString) => {
|
||||
}
|
||||
|
||||
if (expectedLines <= 0) {
|
||||
throw new _SignPdfError.default("Too many lines in xref table.", _SignPdfError.default.TYPE_PARSE);
|
||||
throw new _SignPdfError.default(
|
||||
"Too many lines in xref table.",
|
||||
_SignPdfError.default.TYPE_PARSE
|
||||
);
|
||||
}
|
||||
|
||||
expectedLines -= 1;
|
||||
|
||||
Reference in New Issue
Block a user