diff options
| author | Uri Shaked | 2026-02-14 19:25:24 +0200 |
|---|---|---|
| committer | Uri Shaked | 2026-02-14 19:25:24 +0200 |
| commit | 69589b07e47219b7673dc9919fb6fa3fcd0c4d54 (patch) | |
| tree | 50d34ab39b382c50695682ddd3ea5bfc7043ea8e /src/utils/test-utils.ts | |
| parent | chore: update all devDependencies (diff) | |
| download | avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.gz avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.bz2 avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.zip | |
style: organize imports
Also remove unused eslint-disable directives
Diffstat (limited to '')
| -rw-r--r-- | src/utils/test-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/test-utils.ts b/src/utils/test-utils.ts index 8083790..c6812f9 100644 --- a/src/utils/test-utils.ts +++ b/src/utils/test-utils.ts @@ -2,8 +2,8 @@ // Copyright (c) Uri Shaked and contributors import { CPU } from '../cpu/cpu'; -import { assemble } from './assembler'; import { avrInstruction } from '../cpu/instruction'; +import { assemble } from './assembler'; const BREAK_OPCODE = 0x9598; |
