Skip to content

Commit b0c819d

Browse files
committed
Whitespace.
1 parent a42a0f1 commit b0c819d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugins/iOS/IOSBridge.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public static UIEdgeInsets IOSSafeAreaInsets()
9292
return new UIEdgeInsets
9393
{
9494
top = IOSSafeAreaInsets("top"),
95-
left = IOSSafeAreaInsets("left"),
96-
right = IOSSafeAreaInsets("right"),
97-
bottom = IOSSafeAreaInsets("bottom")
95+
left = IOSSafeAreaInsets("left"),
96+
right = IOSSafeAreaInsets("right"),
97+
bottom = IOSSafeAreaInsets("bottom")
9898
};
9999

100100
}

0 commit comments

Comments
 (0)