Skip to content

Commit

Permalink
[Clean]: Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Oct 30, 2024
1 parent 8fa34bc commit 2d6fea4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/MyPeople/MpRelatableEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ MpRelatableEntity >> emailAddresses: anObject [
MpRelatableEntity >> emailAddressesDescription [
<magritteDescription>
^ MAToManyRelationDescription new
accessor: #emailAddresses;
priority: 500;
default: OrderedCollection new;
gtSearchDelegateTo: self message: #emailAddressGtSearchNewFor:;
classes: { MpEmailField };
referenceDisplay: #displayString;
yourself
accessor: #emailAddresses;
priority: 500;
default: OrderedCollection new;
gtSearchDelegateTo: self message: #emailAddressGtSearchNewFor:;
classes: { MpEmailField };
referenceDisplay: #displayString;
yourself
]

{ #category : #accessing }
Expand Down

0 comments on commit 2d6fea4

Please sign in to comment.