Skip to content

Commit

Permalink
Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Dec 17, 2024
1 parent 77a8c10 commit f98078c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/typed-binary/src/describe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import {
Uint32Schema,
} from '../structure';
import {
Int16Schema,
Int8Schema,
Uint16Schema,
Int16Schema,
Uint8Schema,
Uint16Schema,
} from '../structure/baseTypes';
import type {
AnySchema,
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-binary/src/test/int.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest';

import { i8, u8, i16, u16, i32, u32 } from '../describe';
import { i8, i16, i32, u8, u16, u32 } from '../describe';
import { encodeAndDecode } from './helpers/mock';
import { randIntBetween } from './random';

Expand Down

0 comments on commit f98078c

Please sign in to comment.