Skip to content

Commit 29eb20a

Browse files
committed
qs
1 parent 5fab9d1 commit 29eb20a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions-api/src/main/scala/pl/touk/nussknacker/engine/testmode/TestProcess.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ object TestProcess {
126126
}
127127

128128
case class ResultContext[T](id: String, variables: Map[String, T]) {
129-
130129
def variableTyped[U <: T](name: String): Option[U] = variables.get(name).map(_.asInstanceOf[U])
131-
132130
}
133131

134132
}

0 commit comments

Comments
 (0)