Skip to content

Commit 7360088

Browse files
committed
Remove non-reachable code
1 parent 1226b56 commit 7360088

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sources/ResizingTextView/ResizingTextView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ public struct ResizingTextView: View, Equatable {
125125
return inset
126126
}()
127127
)
128-
#if os(iOS)
129-
.padding(.vertical, isEditable ? 8 : 0)
130-
.padding(.horizontal, isEditable ? 9 : 0)
131-
#endif
132128
.background(isEditable ? Color(UXColor.controlBackgroundColor) : .clear)
133129
.roundedFilledBorder(
134130
isEditable ? Color(UXColor.separatorColor) : .clear,

0 commit comments

Comments
 (0)