Skip to content

Commit 2a696cf

Browse files
author
Mike Amaral
committed
Indentation fix.
1 parent ec8809e commit 2a696cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NeonFrameable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extension Frameable {
124124
return CGRectGetMinX(frame)
125125
}
126126

127-
public var xMid: CGFloat {
127+
public var xMid: CGFloat {
128128
return CGRectGetMinX(frame) + (CGRectGetWidth(frame) / 2.0)
129129
}
130130

0 commit comments

Comments
 (0)