Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Oct 11, 2024
1 parent 2a24918 commit 75e522c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/types/future.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export class Future extends Value {

equals(other: unknown): boolean {
if (!(other instanceof Future)) return false;
// TODO ignore whitespace
return this.inner === other.inner;
}

Expand Down

0 comments on commit 75e522c

Please sign in to comment.