Skip to content

Commit

Permalink
Run swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sammygutierrez committed Jul 23, 2024
1 parent 7a7b1d8 commit fb3e17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/EpoxyCore/SwiftUI/EpoxySwiftUIHostingController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ open class EpoxySwiftUIHostingController<Content: View>: UIHostingController<Con
view.backgroundColor = .clear
}

// MARK: Private

/// Creates a dynamic subclass of this hosting controller's view that disables its keyboard
/// avoidance behavior.
/// Setting `safeAreaRegions` to `.container` also works but cannot be used since it's
Expand Down

0 comments on commit fb3e17e

Please sign in to comment.