Skip to content

Commit 7c4ad3b

Browse files
fixed merge error that happens on "Commit suggestion"
1 parent 52a83d6 commit 7c4ad3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/views/component-viewer/data-host/interrupt-host.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export class InterruptHost {
6161
public async getEntry(irqNumber: number): Promise<InterruptEntry | undefined> {
6262
const table = await this.ensureTable();
6363
return table?.interrupts?.[`${irqNumber}`];
64-
: undefined;
6564
}
6665

6766
/**

0 commit comments

Comments
 (0)