Skip to content

Commit

Permalink
Cleanup: XMLWriterFormatter should be abstract
Browse files Browse the repository at this point in the history
Fix #15
  • Loading branch information
astares committed Oct 26, 2023
1 parent 3d0f7bd commit 11968fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/XML-Writer-Core/XMLWriterFormatter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ XMLWriterFormatter class >> defaultIndentString [
^ ' '
]

{ #category : #testing }
XMLWriterFormatter class >> isAbstract [

^ self == XMLWriterFormatter
]

{ #category : #'instance creation' }
XMLWriterFormatter class >> writer: aWriter [

Expand Down

0 comments on commit 11968fe

Please sign in to comment.