Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Opeyem1a committed Oct 20, 2024
1 parent fbe9c53 commit fb25ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const List = () => {

interface DisplayElement {
symbols: string;
};
}

interface DisplayNode {
prefix: DisplayElement[];
Expand All @@ -115,7 +115,7 @@ interface DisplayNode {
* How "wide" (in increments of 2 spaces) the row will be. This helps to line up the branch names on the right
*/
width: number;
};
}

const getDisplayNodes = ({
record,
Expand Down

0 comments on commit fb25ee1

Please sign in to comment.