Skip to content

Commit b35a614

Browse files
committed
Cosmetic changes
1 parent 38f4952 commit b35a614

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/tree/CgAbstractSpringTestClassConstructor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import org.utbot.framework.codegen.domain.models.CgStatement
1717
import org.utbot.framework.codegen.domain.models.CgStaticsRegion
1818
import org.utbot.framework.codegen.domain.models.CgVariable
1919
import org.utbot.framework.codegen.domain.models.SpringTestClassModel
20-
import org.utbot.framework.codegen.domain.models.TestClassModel
2120
import org.utbot.framework.codegen.domain.models.builders.TypedModelWrappers
2221
import org.utbot.framework.plugin.api.ClassId
2322
import org.utbot.framework.plugin.api.util.id

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/tree/CgSpringIntegrationTestClassConstructor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ class CgSpringIntegrationTestClassConstructor(context: CgContext) : CgAbstractSp
4848
header = null,
4949
content = emptyList(),
5050
)
51-
5251
}

0 commit comments

Comments
 (0)