diff --git a/packages/PoppyPrint-Core.package/PPFormatter.class/class/format.in.notifying.decorated..st b/packages/PoppyPrint-Core.package/PPFormatter.class/class/format.in.notifying.decorated..st index 64670cc..ca3c423 100644 --- a/packages/PoppyPrint-Core.package/PPFormatter.class/class/format.in.notifying.decorated..st +++ b/packages/PoppyPrint-Core.package/PPFormatter.class/class/format.in.notifying.decorated..st @@ -1,4 +1,4 @@ pretty printer format: aString in: aClass notifying: anObject decorated: aBoolean - ^ self formatString: aString class: aClass noPattern: aBoolean notifying: anObject \ No newline at end of file + ^ self formatString: aString class: aClass noPattern: aBoolean not notifying: anObject