Skip to content

Commit

Permalink
Remove extraneous explicit type (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller authored Dec 8, 2023
1 parent 16f9d44 commit 5ea1e7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/Layout/UIKit/NSLayoutConstraint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ extension NSLayoutConstraint {
metrics: [String: Any] = [:],
options: NSLayoutConstraint.FormatOptions = []
) -> [NSLayoutConstraint] {
NSLayoutConstraint.constraints(withVisualFormat: format,
options: options,
metrics: metrics,
views: views)
constraints(withVisualFormat: format, options: options, metrics: metrics, views: views)
}

public static func constraints(
Expand Down

0 comments on commit 5ea1e7d

Please sign in to comment.