Skip to content

Commit 389aff0

Browse files
committed
Fix 032d4f0.
1 parent 032d4f0 commit 389aff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftState/StateMachine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ public class StateMachine<S: StateType, E: StateEventType>
162162
for (ev, transitionDict) in self._routes {
163163
if ev == event || ev == nil as Event {
164164
transitionDicts += [transitionDict]
165-
break
166165
}
167166
}
168167
}

0 commit comments

Comments
 (0)