Skip to content

Commit

Permalink
Do not add the final dot
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Nov 12, 2024
1 parent fc962cc commit f47d23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bloc-DragNDrop/BlAboutToBeDroppedEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ BlAboutToBeDroppedEvent >> dropTarget [
{ #category : #accessing }
BlAboutToBeDroppedEvent >> dropTarget: anObject [

dropTarget := anObject.
dropTarget := anObject
]

0 comments on commit f47d23a

Please sign in to comment.