From 21f3bc9dcc9f771d0fde0de2f129a321ff88def2 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 25 Sep 2015 12:37:42 -0400 Subject: [PATCH] Xcode did not delete this before, apparently. --- prototype/Doubt/Vertex.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/Doubt/Vertex.swift b/prototype/Doubt/Vertex.swift index d5c84bc95..20fb81327 100644 --- a/prototype/Doubt/Vertex.swift +++ b/prototype/Doubt/Vertex.swift @@ -32,7 +32,7 @@ public enum Vertex { public var diagonal: Memo { return right.flatMap { $0.down } } - + public init(rows: S1, columns: S2, combine: (S1.Generator.Element, S2.Generator.Element) -> Element) { let rows = Stream(sequence: rows)