Skip to content

Commit

Permalink
Revert changes to ascii-column
Browse files Browse the repository at this point in the history
  • Loading branch information
haydar-metin committed Feb 9, 2024
1 parent 5e81110 commit 9a89e38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class AsciiColumn implements ColumnContribution {
readonly id = 'ascii';
readonly label = 'ASCII';
readonly priority = 3;

render(range: BigIntMemoryRange, memory: Memory, options: TableRenderOptions): ReactNode {
const startOffset = toOffset(memory.address, range.startAddress, options.wordSize);
const endOffset = toOffset(memory.address, range.endAddress, options.wordSize);
Expand Down

0 comments on commit 9a89e38

Please sign in to comment.