forked from BigfootDev/flatbuffers
bulk code format fix (#8707)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const SIZEOF_SHORT = 2;
|
||||
export const SIZEOF_INT = 4;
|
||||
export const FILE_IDENTIFIER_LENGTH = 4;
|
||||
export const SIZE_PREFIX_LENGTH = 4;
|
||||
export const SIZE_PREFIX_LENGTH = 4;
|
||||
|
||||
Reference in New Issue
Block a user