Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Jul 13, 2024
1 parent bd08a0c commit f855a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@contentlayer/utils/src/effect/These.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { _A, _E } from '@effect-ts/core/Effect'
import { E, O, T } from './index.js'

export class These<E, A> {
readonly [_E]!: () => E;
readonly [_E]!: () => E
readonly [_A]!: () => A
constructor(readonly either: E.Either<E, Tp.Tuple<[A, O.Option<E>]>>) {}
}
Expand Down

0 comments on commit f855a02

Please sign in to comment.