Skip to content

Commit 12d3640

Browse files
committed
fix: fix lint error
1 parent 80f1b8d commit 12d3640

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/Option.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Option {
3737
return (this.code & 0b1) === 0b1;
3838
}
3939
/*
40-
4140
0 1 2 3 4 5 6 7
4241
+---------------+---------------+
4342
| Option Delta | Option Length | 1 byte

src/Option.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export abstract class Option {
6868
}
6969

7070
/*
71-
7271
0 1 2 3 4 5 6 7
7372
+---------------+---------------+
7473
| Option Delta | Option Length | 1 byte

0 commit comments

Comments
 (0)