Skip to content

Commit c0b4911

Browse files
committed
Make extensions public
1 parent b24b71a commit c0b4911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BaseKit/Geometry/Real.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
/// A cross platform type that's the same size
44
public typealias Real = Double
55

6-
extension Real {
6+
public extension Real {
77
var sign: Int {
88
self < 0.0 ? -1 : 1
99
}

0 commit comments

Comments
 (0)