Skip to content

Commit

Permalink
Merge pull request SwiftWebUI#50 from shial4/develop
Browse files Browse the repository at this point in the history
remove protection level from EmptyView init
  • Loading branch information
helje5 authored Jan 9, 2020
2 parents a8d4764 + 29416c2 commit c2a8e68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/SwiftWebUI/Views/Generic/EmptyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
//

public struct EmptyView : View {

public typealias Body = Never

public init() {}
}

extension HTMLTreeBuilder {
Expand Down

0 comments on commit c2a8e68

Please sign in to comment.