Skip to content

Commit

Permalink
Fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jun 13, 2020
1 parent 9e60427 commit 4847abc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/Then/Then.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import Foundation
#if !os(Linux)
import CoreGraphics
import CoreGraphics
#endif
#if os(iOS) || os(tvOS)
import UIKit.UIGeometry
Expand Down Expand Up @@ -79,10 +79,10 @@ extension Then where Self: AnyObject {
extension NSObject: Then {}

#if !os(Linux)
extension CGPoint: Then {}
extension CGRect: Then {}
extension CGSize: Then {}
extension CGVector: Then {}
extension CGPoint: Then {}
extension CGRect: Then {}
extension CGSize: Then {}
extension CGVector: Then {}
#endif

extension Array: Then {}
Expand Down

0 comments on commit 4847abc

Please sign in to comment.