Skip to content

Commit

Permalink
chore: remove syntax error from test (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jan 10, 2024
1 parent 77476aa commit b36a648
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/__tests__/unbound-method.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ function foo(instance: ContainsMethods | null) {
instance?.bound();
instance?.unbound();
instance?.bound++;
if (instance?.bound) {
}
if (instance?.unbound) {
Expand Down

0 comments on commit b36a648

Please sign in to comment.