Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wkwiatek committed Aug 22, 2024
1 parent dc098a1 commit 8a212db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Instructions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ReactNode, useContext, useMemo } from "react";
import { CurrentInstruction, ExpectedState, Status } from "@/types/pvm";
import { InstructionItem } from "./InstructionItem";

export type ProgramRow = CurrentInstruction & { addressEl: ReactNode, counter: number };
export type ProgramRow = CurrentInstruction & { addressEl: ReactNode; counter: number };

export const Instructions = ({
status,
Expand Down

0 comments on commit 8a212db

Please sign in to comment.