Skip to content

Commit

Permalink
Removing string variable from visitAnnotated: method of MicTextualMic…
Browse files Browse the repository at this point in the history
…rodownExporter
  • Loading branch information
quentin.moutte.etu committed Sep 29, 2024
1 parent f4898b1 commit 1bd2593
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,9 @@ MicTextualMicrodownExporter >> visitAnchorReference: anAnchorReference [
{ #category : 'visit - block' }
MicTextualMicrodownExporter >> visitAnnotated: anAnnotated [

| string textualExporter |
string := ''.
| textualExporter |
textualExporter := MicTextualMicrodownExporter new.
anAnnotated children do: [ :each |
each accept: textualExporter ].
anAnnotated children do: [ :each | each accept: textualExporter ].

builder
annotated: anAnnotated label
Expand Down

0 comments on commit 1bd2593

Please sign in to comment.