mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 08:12:01 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -32,9 +32,10 @@ final class FlexBuffersJSONTests: XCTestCase {
|
||||
// swiftformat:enable all
|
||||
|
||||
let data = json.data(using: .utf8)!
|
||||
let decodedData = try JSONSerialization.jsonObject(
|
||||
with: data,
|
||||
options: []) as! [String: Any]
|
||||
let decodedData =
|
||||
try JSONSerialization.jsonObject(
|
||||
with: data,
|
||||
options: []) as! [String: Any]
|
||||
|
||||
XCTAssertEqual(decodedData["bar"] as! [Int], [1, 2, 3])
|
||||
XCTAssertEqual(decodedData["bar3"] as! [Int], [1, 2, 3])
|
||||
|
||||
Reference in New Issue
Block a user