Skip to content

Commit 6eac232

Browse files
committed
Remove empty if
1 parent 2ca91de commit 6eac232

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/kotlin/org/evomaster/core/output/dto/JavaDtoOutput.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import java.nio.file.Path
99
class JavaDtoOutput: JvmDtoOutput() {
1010

1111
override fun writeClass(outputFormat: OutputFormat, testSuitePath: Path, testSuitePackage: String, dtoClass: DtoClass) {
12-
if (!outputFormat.isJava()) {
13-
14-
}
1512
val dtoFilename = TestSuiteFileName(appendDtoPackage(dtoClass.name))
1613
val lines = Lines(outputFormat)
1714
setPackage(lines, testSuitePackage)

0 commit comments

Comments
 (0)