Skip to content

Commit

Permalink
Remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Feb 15, 2024
1 parent cf026aa commit c6b839e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/Layout/UIKit/UIView+AutoLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,7 @@ extension UIView {
}

/// Creates constraints aligning the edges of the receiver to the edges of the superview with directional insets
/// ([`NSDirectionalEdgeInsets`](
/// https://developer.apple.com/documentation/uikit/nsdirectionaledgeinsets
/// )).
/// ([`NSDirectionalEdgeInsets`](https://developer.apple.com/documentation/uikit/nsdirectionaledgeinsets)).
///
/// - Parameter insets: The directional insets.
///
Expand Down

0 comments on commit c6b839e

Please sign in to comment.