Skip to content

Commit b36a648

Browse files
authored
chore: remove syntax error from test (#1487)
1 parent 77476aa commit b36a648

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rules/__tests__/unbound-method.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ function foo(instance: ContainsMethods | null) {
380380
instance?.bound();
381381
instance?.unbound();
382382
383-
instance?.bound++;
384-
385383
if (instance?.bound) {
386384
}
387385
if (instance?.unbound) {

0 commit comments

Comments
 (0)