Skip to content

Commit 189a42c

Browse files
authored
Apply suggestion from @mattcosta7
1 parent d834c5f commit 189a42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/indexed-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ export class IndexedSet<T> {
183183
find(predicate: (element: T) => boolean): T | undefined {
184184
return this._items.find(predicate)
185185
}
186-
}
186+
}

0 commit comments

Comments
 (0)