There was an error while loading. Please reload this page.
1 parent 630961f commit 674849eCopy full SHA for 674849e
1 file changed
lib/src/main/kotlin/io/nexure/fsm/Edge.kt
@@ -13,5 +13,5 @@ internal class Edge<S : Any, E : Any, N : Any>(
13
operator fun component2(): S = target
14
operator fun component3(): E = event
15
16
- override fun toString(): String = "$source → $event → $target"
+ override fun toString(): String = "$source -> $event -> $target"
17
}
0 commit comments