Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Oct 11, 2024
1 parent 3642f00 commit 932d05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/avm/opcodes/bitwise.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type AvmContext } from '../avm_context.js';
import { TypeTag, Uint8, Uint16, Uint32 } from '../avm_memory_types.js';
import { Uint8, Uint16, Uint32 } from '../avm_memory_types.js';
import { initContext } from '../fixtures/index.js';
import { Opcode } from '../serialization/instruction_serialization.js';
import { And, Not, Or, Shl, Shr, Xor } from './bitwise.js';
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/simulator/src/avm/opcodes/comparators.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type AvmContext } from '../avm_context.js';
import { Field, TypeTag, Uint8, Uint16, Uint32 } from '../avm_memory_types.js';
import { Field, Uint8, Uint16, Uint32 } from '../avm_memory_types.js';
import { TagCheckError } from '../errors.js';
import { initContext } from '../fixtures/index.js';
import { Opcode } from '../serialization/instruction_serialization.js';
Expand Down

0 comments on commit 932d05d

Please sign in to comment.