From 386f277605537bca18aff7e0ea07cedf9f7e7dd2 Mon Sep 17 00:00:00 2001 From: Muhammad Yusuf Date: Sat, 11 Jan 2020 16:43:53 +0700 Subject: [PATCH] Removed accidentally added colons --- Sources/QGrid/QGrid.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/QGrid/QGrid.swift b/Sources/QGrid/QGrid.swift index 1b70f46..ce907d5 100644 --- a/Sources/QGrid/QGrid.swift +++ b/Sources/QGrid/QGrid.swift @@ -33,7 +33,7 @@ public struct QGrid: View where Data : RandomAccessCollection, Content : View, Data.Element : Identifiable { private struct QGridIndex : Identifiable { var id: Int } - private enum ScrollDirection: { + private enum ScrollDirection { vertical, horizontal, both, none }