Skip to content

Commit

Permalink
[Clean]: Add Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Aug 14, 2024
1 parent ad3e857 commit ed36129
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/MyPeople/MpPerson.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,14 @@ MpPerson >> linkedInProfileUrl [
{ #category : #'magritte-descriptions' }
MpPerson >> nameDescription [
<magritteDescription>

^ MAToOneRelationDescription new
mergeInPlace: true;
accessor: #name;
label: 'Name';
classes: { MpName };
priority: 100;
yourself
mergeInPlace: true;
accessor: #name;
label: 'Name';
classes: { MpName };
priority: 100;
yourself
]

{ #category : #accessing }
Expand Down

0 comments on commit ed36129

Please sign in to comment.