Skip to content

Commit b8606ef

Browse files
Improve code layout
1 parent b8f0a98 commit b8606ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

entity-tests/src/test/kotlin/io/spine/tools/core/jvm/entity/EntityPluginTestSetup.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ abstract class EntityPluginTestSetup : PluginTestSetup<Entities>(
5555
/**
5656
* Obtains a path to a Java source file for the proto type with this name.
5757
*/
58-
val String.java get() = Path(
59-
"io/spine/tools/core/jvm/entity/given/$this.java"
60-
)
58+
val String.java: Path
59+
get() = Path("io/spine/tools/core/jvm/entity/given/$this.java")
6160
}
6261

6362
override fun createSettings(projectDir: Path): Entities {

0 commit comments

Comments
 (0)