Undoes IDE auto-format of imports.

This commit is contained in:
Johnny Viel
2023-03-10 11:32:25 -05:00
parent f8f93e3d30
commit 6dd2a6efb9

View File

@@ -1,6 +1,6 @@
import { ByteBuffer } from "./byte-buffer.js"
import { FILE_IDENTIFIER_LENGTH, SIZEOF_INT, SIZEOF_SHORT, SIZE_PREFIX_LENGTH } from "./constants.js"
import { IGeneratedObject, Offset } from "./types.js"
import { SIZEOF_SHORT, SIZE_PREFIX_LENGTH, SIZEOF_INT, FILE_IDENTIFIER_LENGTH } from "./constants.js"
import { Offset, IGeneratedObject } from "./types.js"
export class Builder {
private bb: ByteBuffer