Commit ad30391d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 59440b8b
......@@ -351,7 +351,6 @@ func (t *T) closeStreamTab() (nnak int) {
return nnak
}
// streamsOfTrace returns sorted list of all streams present in a trace.
func streamsOfTrace(tracev []eventTrace) []string {
streams := make(map[string]struct{})
......@@ -366,6 +365,7 @@ func streamsOfTrace(tracev []eventTrace) []string {
return streamv
}
// ---- events delivery + Expect ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment