Skip to content

Commit e0542f5

Browse files
committed
Fix new line warnings for linter checks
1 parent 2d24cc3 commit e0542f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/Numerix/Trigonometry.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import Accelerate
88
public protocol Trigonometry {
99
static func sin(_ a: Vector<Self>) -> Vector<Self>
1010
static func sin(_ a: Matrix<Self>) -> Matrix<Self>
11-
11+
1212
static func cos(_ a: Vector<Self>) -> Vector<Self>
1313
static func cos(_ a: Matrix<Self>) -> Matrix<Self>
14-
14+
1515
static func tan(_ a: Vector<Self>) -> Vector<Self>
1616
static func tan(_ a: Matrix<Self>) -> Matrix<Self>
17-
17+
1818
static func asin(_ a: Vector<Self>) -> Vector<Self>
1919
static func acos(_ a: Vector<Self>) -> Vector<Self>
2020
static func atan(_ a: Vector<Self>) -> Vector<Self>

0 commit comments

Comments
 (0)