Skip to content

Commit

Permalink
Match casing for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailArkhipov committed Oct 11, 2023
1 parent ee1c23f commit 8353f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/instructions/instructionSet.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Mikhail Arkhipov. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

import * as a32set from '../instruction_sets/A32.json';
import * as a64set from '../instruction_sets/A64.json';
import * as a32set from '../instruction_sets/a32.json';
import * as a64set from '../instruction_sets/a64.json';

import { A32Set } from '../tokens/definitions';

Expand Down

0 comments on commit 8353f38

Please sign in to comment.