Skip to content

Commit

Permalink
Public body
Browse files Browse the repository at this point in the history
  • Loading branch information
Domas Nutautas committed Dec 7, 2020
1 parent 45deb50 commit 3f51280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Swappable/Swappable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public extension View {
}
}

extension Swappable where Self: View {
public extension Swappable where Self: View {

var body: some View {
SwappedIfNeeded<Self>(input: input, content: defaultBody)
Expand Down

0 comments on commit 3f51280

Please sign in to comment.