Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Fuller <[email protected]>
  • Loading branch information
tinder-garricnahapetian and tinder-cfuller authored Oct 25, 2023
1 parent 733abc5 commit ed3652b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/Layout/UIView+LayoutItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import UIKit

extension UIView: LayoutItem {

public var layoutItemView: UIView { self }
public var layoutItemView: UIView {
self
}

public var superviewConstraints: SuperviewConstraints {
{ _ in [] }
Expand Down

0 comments on commit ed3652b

Please sign in to comment.