Skip to content

Commit 1cc190a

Browse files
committed
Merge pull request #2796 from apple/stdlib-fix-indentation
stdlib: fix indentation
2 parents 9ed382f + 3b3a003 commit 1cc190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FloatingPointTypes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ extension ${Self}: BinaryFloatingPoint {
313313
// bit set.
314314
return _representation.explicitSignificand >= Float80._explicitBitMask
315315
}
316-
%end
316+
%end
317317

318318
public static var infinity: ${Self} {
319319
return ${Self}(sign: .plus,

0 commit comments

Comments
 (0)