Skip to content

Commit 0d4cbbe

Browse files
committed
🎨 :: lint
1 parent 8dbf46b commit 0d4cbbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/PinLayout.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,11 @@ public class PinLayout<View: Layoutable> {
8585
}
8686

8787
#if os(iOS)
88-
8988
public var keyBoardLayout: PEdgeInsets {
9089
guard #available(iOS 15.0, *) else { return .zero }
9190
guard let view = view as? UIView else { return .zero }
9291
return view.keyboardLayoutGuide
9392
}
94-
9593
#endif
9694

9795
#if os(iOS) || os(tvOS)

0 commit comments

Comments
 (0)