Skip to content

Commit

Permalink
Move import statement to CGStubs.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yonihemi committed Jun 30, 2021
1 parent 0bd6d72 commit 9980adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Sources/TokamakCore/PreviewProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

import Foundation
import CoreFoundation

/// This protocol has no functionality currently, and is only provided for compatibility purposes.
public protocol PreviewProvider {
Expand Down
1 change: 1 addition & 0 deletions Sources/TokamakCore/Stubs/CGStubs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
//

import Foundation
import CoreFoundation

extension CGPoint {
func rotate(_ angle: Angle, around origin: Self) -> Self {
Expand Down

0 comments on commit 9980adb

Please sign in to comment.