Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamN committed Apr 14, 2023
1 parent 0579251 commit 0bcff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ Object.defineProperties(Field.prototype, {
\tvalue: ${this.value},
}`;
return multilineString.split('\n').map(l => l.length > 200 ? l.slice(0, l.indexOf(' ') + 1) + '...,' : l).join('\n');
},
}
}
});

Expand Down

0 comments on commit 0bcff5f

Please sign in to comment.