Skip to content

Commit eccd00b

Browse files
small code style fix
1 parent 749c4a2 commit eccd00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ open class RAMAnimatedTabBarController: UITabBarController {
268268
var lineLeadingConstraint: NSLayoutConstraint?
269269
var bottomLine: UIView?
270270
var arrBottomAnchor:[NSLayoutConstraint] = []
271-
var arrViews:[UIView] = []
271+
var arrViews: [UIView] = []
272272

273273
// MARK: life circle
274274

0 commit comments

Comments
 (0)