Skip to content

Commit

Permalink
Removed accidentally added colons
Browse files Browse the repository at this point in the history
  • Loading branch information
ruangchupa committed Jan 11, 2020
1 parent 3c54a3c commit 386f277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QGrid/QGrid.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public struct QGrid<Data, Content>: 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
}

Expand Down

0 comments on commit 386f277

Please sign in to comment.