We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d3bb6 + 31f7a0a commit 27edca2Copy full SHA for 27edca2
stdlib/public/core/FixedPoint.swift.gyb
@@ -273,7 +273,7 @@ public struct ${Self}
273
#if _endian(big)
274
self = value
275
#else
276
- self = ${Self}(Builtin.int_bswap_${BuiltinName}(value._value) )
+ self = ${Self}(Builtin.int_bswap_${BuiltinName}(value._value))
277
#endif
278
}
279
@@ -284,7 +284,7 @@ public struct ${Self}
284
#if _endian(little)
285
286
287
288
289
290
% end
0 commit comments