Infer types and arguments in-app

This commit is contained in:
Bas Broek
2018-03-20 21:42:23 +01:00
parent 66dc61ace0
commit 75b7c07ed5
8 changed files with 16 additions and 22 deletions

View File

@@ -95,7 +95,6 @@ final class IssueManagingExpansionCell: UICollectionViewCell, ListBindable {
delay: 0,
usingSpringWithDamping: 0.6,
initialSpringVelocity: 0,
options: [],
animations: {
self.expand(expanded: expanded)
})