Skip to content

Commit

Permalink
Add newline to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Kesterton committed Mar 28, 2024
1 parent 881a2f9 commit 95cecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/base/Control/Monad/Partial.idr
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ data Total : Partial a -> Type where
public export
runPartial : (x : Partial a) -> Total x -> a
runPartial (Now v) TNow = v
runPartial (Later x) (TLater t) = runPartial x t
runPartial (Later x) (TLater t) = runPartial x t

0 comments on commit 95cecc8

Please sign in to comment.