Skip to content

Commit

Permalink
follow Famix2Java update for style
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed May 2, 2024
1 parent 3035c1d commit 486dbef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Carrefour-Exporter-Tests/CRFExporterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodBinded [
aClass accept: exporter ].
self assert: resultString equals: 'public class DemoClass {
int aMethod() {
return 1;
}
Expand All @@ -79,7 +78,6 @@ CRFExporterTest >> testExportOneClassWithOneMethodNotBinded [
aClass accept: exporter ].
self assert: resultString equals: 'public class DemoClass {
int aMethod() {
}
Expand Down

0 comments on commit 486dbef

Please sign in to comment.