Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat!: improve TD serialization behavior
Browse files Browse the repository at this point in the history
JKRhb committed Jan 3, 2024
1 parent 8f96301 commit 2d86083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ class ThingDescriptionValidationException extends ValidationException {
@override
String toString() {
return "ThingDescriptionValidationException: $message.\n\n"
'Errors:\n\n ${_validationErrors.join("\n\n")}';
'Errors:\n\n ${_validationErrors.join("\n")}';
}
}

0 comments on commit 2d86083

Please sign in to comment.