Skip to content

Commit

Permalink
[cosmetic] Classify #assembleLines:
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed May 21, 2024
1 parent 3ca1c1f commit 44a67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArchC-Core/AcProcessorDescription.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ AcProcessorDescription >> assemble: aStringOrArray"of Strings" on: aStream [

]

{ #category : #'as yet unclassified' }
{ #category : #assembly }
AcProcessorDescription >> assembleLines: source [
^(source lines reject: [ :aLine |
aLine isEmpty or: [
Expand Down

0 comments on commit 44a67c3

Please sign in to comment.