Skip to content

Commit

Permalink
small code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igork-ramotion committed Oct 14, 2019
1 parent 749c4a2 commit eccd00b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ open class RAMAnimatedTabBarController: UITabBarController {
var lineLeadingConstraint: NSLayoutConstraint?
var bottomLine: UIView?
var arrBottomAnchor:[NSLayoutConstraint] = []
var arrViews:[UIView] = []
var arrViews: [UIView] = []

// MARK: life circle

Expand Down

0 comments on commit eccd00b

Please sign in to comment.