Skip to content

Commit 70d1b71

Browse files
committed
tiny cleanup
1 parent ebd0d3e commit 70d1b71

File tree

1 file changed

+2
-4
lines changed
  • src/main/kotlin/com/lambda/interaction/construction/simulation

1 file changed

+2
-4
lines changed

src/main/kotlin/com/lambda/interaction/construction/simulation/ISimInfo.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ data class SimInfo(
9898
override val pov: Vec3d,
9999
override val concurrentResults: MutableSet<BuildResult>,
100100
override val dependencyStack: Stack<Dependable>,
101-
val automated: Automated
102-
) : ISimInfo, Automated by automated {
103-
104-
}
101+
private val automated: Automated
102+
) : ISimInfo, Automated by automated
105103

106104
class SimBuilder(simInfo: ISimInfo) : ISimInfo by simInfo

0 commit comments

Comments
 (0)