mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 00:03:57 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -18,7 +18,7 @@ import Foundation
|
||||
|
||||
/// A boolean to see if the system is littleEndian
|
||||
public let isLitteEndian: Bool = {
|
||||
let number: UInt32 = 0x12345678
|
||||
let number: UInt32 = 0x1234_5678
|
||||
return number == number.littleEndian
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user