Skip to content

Commit

Permalink
Fixed a missing parentesis
Browse files Browse the repository at this point in the history
  • Loading branch information
alupattelli committed Feb 15, 2016
1 parent c261b2d commit 2b48ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pod/Classes/LiquidCircleEffect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class LiquidCircleEffect : LiquidLoadEffect {
get {
return loader!.frame.width * 0.5
}
}

override func setupShape() -> [LiquittableCircle] {
return Array(0..<numberOfCircles).map { i in
Expand Down

0 comments on commit 2b48ee5

Please sign in to comment.