Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Allow Subscriptions to be created by clients.
Browse files Browse the repository at this point in the history
Summary: This will allow downstream dependencies to make use of the Subscription type.

Reviewers: O2 Material Motion, #material_motion, O4 Material Apple platform reviewers, chuga

Reviewed By: O4 Material Apple platform reviewers, chuga

Tags: #material_motion

Differential Revision: http://codereview.cc/D2271
  • Loading branch information
Jeff Verkoeyen committed Dec 13, 2016
1 parent 01a4ce9 commit eb8abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndefiniteObservable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public final class Subscription {
unsubscribe()
}

init(_ disconnect: @escaping () -> Void) {
public init(_ disconnect: @escaping () -> Void) {
self.disconnect = disconnect
}

Expand Down

0 comments on commit eb8abdf

Please sign in to comment.