mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 09:10:03 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -39,10 +39,10 @@ public struct VerifierOptions {
|
||||
/// - ignoreMissingNullTerminators: Ignoring missing null terminals in strings *Currently not supported in swift*
|
||||
public init(
|
||||
maxDepth: UOffset = 64,
|
||||
maxTableCount: UOffset = 1000000,
|
||||
maxTableCount: UOffset = 1_000_000,
|
||||
maxApparentSize: UOffset = 1 << 31,
|
||||
ignoreMissingNullTerminators: Bool = false)
|
||||
{
|
||||
ignoreMissingNullTerminators: Bool = false
|
||||
) {
|
||||
_maxDepth = maxDepth
|
||||
_maxTableCount = maxTableCount
|
||||
_maxApparentSize = maxApparentSize
|
||||
|
||||
Reference in New Issue
Block a user