From 72c639ebe709c98f3da4a329cbb36d5b4b9fe696 Mon Sep 17 00:00:00 2001 From: Ryo Aoyama Date: Mon, 2 Sep 2019 23:42:49 +0900 Subject: [PATCH] Fix syntax --- Sources/DiffableDataSourceSnapshot.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/DiffableDataSourceSnapshot.swift b/Sources/DiffableDataSourceSnapshot.swift index 6bae6cb..c57a575 100644 --- a/Sources/DiffableDataSourceSnapshot.swift +++ b/Sources/DiffableDataSourceSnapshot.swift @@ -1,6 +1,6 @@ /// A class for backporting `NSDiffableDataSourceSnapshot` introduced in iOS 13.0+, macOS 10.15+, tvOS 13.0+. /// Represents the mutable state of diffable data source of UI. -public struct DiffableDataSourceSnapshot where SectionIdentifierType : Hashable, ItemIdentifierType : Hashable { +public struct DiffableDataSourceSnapshot { internal var structure = SnapshotStructure() /// Creates a new empty snapshot object.