From 486dbef34fb59ef40195df58e2e3590699101366 Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Thu, 2 May 2024 15:18:50 +0200 Subject: [PATCH] follow Famix2Java update for style --- src/Carrefour-Exporter-Tests/CRFExporterTest.class.st | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st b/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st index 5fcdbc3..d0b688e 100644 --- a/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st +++ b/src/Carrefour-Exporter-Tests/CRFExporterTest.class.st @@ -53,7 +53,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodBinded [ aClass accept: exporter ]. self assert: resultString equals: 'public class DemoClass { - int aMethod() { return 1; } @@ -79,7 +78,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodNotBinded [ aClass accept: exporter ]. self assert: resultString equals: 'public class DemoClass { - int aMethod() { }