Skip to content

Commit 1013766

Browse files
committed
#56: Removed SwiftUI specifier
Maybe that's what's causing this?
1 parent 8fc5fd8 commit 1013766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import SwiftUI
9494
@available(iOS 13, *)
9595
@available(tvOS 13, *)
9696
@available(watchOS 6, *)
97-
extension SwiftUI.EdgeInsets: FourSidedAbsolute {
97+
extension EdgeInsets: FourSidedAbsolute {
9898
public init(top: CGFloat, right: CGFloat, bottom: CGFloat, left: CGFloat) {
9999
switch UserInterfaceLayoutDirection.current {
100100
case .leftToRight:
@@ -121,7 +121,7 @@ extension SwiftUI.EdgeInsets: FourSidedAbsolute {
121121
@available(iOS 13, *)
122122
@available(tvOS 13, *)
123123
@available(watchOS 6, *)
124-
public extension SwiftUI.EdgeInsets {
124+
public extension EdgeInsets {
125125
/// The value of whichever edge inset is leading in the current app's UI direction
126126
var right: CGFloat {
127127
switch UserInterfaceLayoutDirection.current {

0 commit comments

Comments
 (0)