Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-marut-work committed Sep 5, 2023
1 parent 414bc6d commit 30d8d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webview/utils/view-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type { DebugProtocol } from '@vscode/debugprotocol';
import type * as React from 'react';
import { areRangesEqual, BigIntMemoryRange } from '../../common/memory-range';
import deepequal from 'fast-deep-equal';
import { TableRenderOptions } from '../columns/column-contribution-service';

export enum Endianness {
Little = 'Little Endian',
Expand Down

0 comments on commit 30d8d64

Please sign in to comment.