extensions.st
branchjv
changeset 1146 c2a6d052107c
parent 1135 1e88d69bdc81
child 1148 7d75fd0b34c9
--- a/extensions.st	Tue May 04 11:31:43 2021 +0100
+++ b/extensions.st	Tue May 04 12:45:40 2021 +0100
@@ -28,12 +28,13 @@
 !AutomagicSourcePorter methodsFor:'porting-monticello'!
 
 visitMethodDefinition: anMCMethodDefinition
-    source := anMCMethodDefinition source asStringWithNativeLineEndings .
+    source := anMCMethodDefinition source.
     klass := anMCMethodDefinition actualClass.
     self rewrite.
-    anMCMethodDefinition source: source asStringWithSqueakLineEndings.
+    anMCMethodDefinition source: source.
 
     "Created: / 03-07-2020 / 00:49:28 / Jan Vrany <jan.vrany@labware.com>"
+    "Modified: / 04-05-2021 / 11:52:09 / Jan Vrany <jan.vrany@labware.com>"
 ! !
 
 !Behavior methodsFor:'*monticello-squeakCompatibility'!