Skip to content

Commit 29153b5

Browse files
committed
Fix-up (line ending)
1 parent fd8f6f5 commit 29153b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/SDK/NSDecimal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ print(twenty.significand) // CHECK: 2
123123
print(twenty.exponent) // CHECK: 1
124124
print(twenty.ulp) // CHECK: 10
125125

126-
print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1
126+
print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1

0 commit comments

Comments
 (0)