Skip to content

Commit

Permalink
Fix compiler warnings, update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Nov 25, 2017
1 parent 7f4b266 commit aa7c14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Client/PatientList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ open class PatientList {
}

/// A block to be called when the `patients` property changes.
open var onPatientUpdate: ((Void) -> Void)?
open var onPatientUpdate: (() -> Void)?

fileprivate(set) open var expectedNumberOfPatients: UInt = 0

Expand Down

0 comments on commit aa7c14f

Please sign in to comment.