Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Usbergo committed May 19, 2020
1 parent 2c27801 commit ec30053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Store/TemplateActions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct TemplateAction {

public init(_ keyPath: KeyPathField<M, V>, _ value: V) {
self.keyPath = keyPath
self.isIncluded = isIncluded
self.value = value
}

public init(_ keyPath: WritableKeyPath<M, V>, _ value: V) {
Expand Down Expand Up @@ -66,7 +66,7 @@ public struct TemplateAction {

public init(_ keyPath: KeyPathField<M, V>, index: Int) {
self.keyPath = keyPath
self.isIncluded = isIncluded
self.index = index
}

public init(_ keyPath: WritableKeyPath<M, V>, index: Int) {
Expand Down

0 comments on commit ec30053

Please sign in to comment.