Skip to content

Commit

Permalink
Minor change: changed method's protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Feb 21, 2024
1 parent c34f0ba commit 0feea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IllimaniUI/IllHeatmapCanvasBuilder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ IllHeatmapCanvasBuilder >> numberFor: tuple [
^ (data at: index) allocationsOf: allocatedClass
]

{ #category : 'hooks' }
{ #category : 'rendering' }
IllHeatmapCanvasBuilder >> renderIn: aCanvas [

| labelY labelX |
Expand Down

0 comments on commit 0feea6e

Please sign in to comment.