Skip to content

Commit

Permalink
remove protection level from EmptyView init
Browse files Browse the repository at this point in the history
  • Loading branch information
shial4 authored Jan 9, 2020
1 parent a8d4764 commit 29416c2
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 29416c2

Please sign in to comment.