Skip to content

Commit 6ec74ec

Browse files
markuswntrxwu
andauthored
Fix source code formatting
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent d4a440f commit 6ec74ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/AugmentedArithmetic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ extension Augmented {
134134
///
135135
/// ["twoSum"]: https://en.wikipedia.org/wiki/2Sum
136136
@_transparent
137-
public static func sum<T:Real>(_ a: T, _ b: T) -> (head: T, tail: T) {
137+
public static func sum<T: Real>(_ a: T, _ b: T) -> (head: T, tail: T) {
138138
let head = a + b
139139
let ɑ = head - b
140140
let β = head - ɑ

0 commit comments

Comments
 (0)