Skip to content

Commit

Permalink
Merge pull request #10 from benyo/patch-1
Browse files Browse the repository at this point in the history
Fix error with IOS 13 Version
  • Loading branch information
SpectralDragon authored Jan 24, 2020
2 parents 1ce6670 + 96c4a52 commit 0836fd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/SwiftDI/DSL/Never.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
import Foundation

extension Never: DIPart {

public var body: Never {
fatalError()
}
}

0 comments on commit 0836fd6

Please sign in to comment.