Skip to content

Commit

Permalink
chore: reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Jan 16, 2025
1 parent 2feab11 commit 68b464b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ final class DocumentPropertyListDto extends DocumentPropertyDto {
@override
DocumentListProperty toModel() {
final mappedProperties = properties.map((e) => e.toModel()).toList();

return DocumentListProperty(
schema: schema,
properties: mappedProperties,
Expand Down

0 comments on commit 68b464b

Please sign in to comment.