Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
add return to self to be more explicit (even if it is the same)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 9, 2020
1 parent b50f7b8 commit 0906598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ThreadedFFI/ExternalAddress.extension.st
Expand Up @@ -2,4 +2,6 @@ Extension { #name : #ExternalAddress }

{ #category : #'*ThreadedFFI' }
ExternalAddress >> tfPointerAddress [

^ self
]

0 comments on commit 0906598

Please sign in to comment.