Skip to content

Commit

Permalink
swiftlint autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-ios-dev committed Apr 21, 2018
1 parent da0d5c8 commit eb2570b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Demo/Demo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
Expand Down Expand Up @@ -41,6 +40,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

2 changes: 1 addition & 1 deletion Source/ClosedRangeExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

extension ClosedRange where Bound : FloatingPoint {
extension ClosedRange where Bound: FloatingPoint {
func random() -> Bound {
let max = UInt32.max
return
Expand Down
2 changes: 1 addition & 1 deletion Source/GlassBreak/GlassBreakAnimation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public extension UIView {
continue
}

let piece = Piece(position: block.origin, corners: [lt, rt, rb, lb], image: pieceImage)
let piece = Piece(position: block.origin, corners: [lt, rt, rb, lb], image: pieceImage)
rowPieces.append(piece)
}

Expand Down

0 comments on commit eb2570b

Please sign in to comment.