Skip to content

Commit a9b754e

Browse files
committed
Remove whitespace again
Didn't I just do this? Grr.
1 parent 9cce0e1 commit a9b754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/idris2/perf007/Slooow.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data TTy : Nat -> Nat -> Nat -> Nat -> Bool -> Type where
1616

1717
n : Nat -> Nat
1818
n = (+ 2)
19-
19+
2020
showInd : (indent : Nat) -> TTy p1 r1 v3 r3 br -> String
2121
showInd i (TA x1 x2 x3) = if False
2222
then (if False then show' i else show' i)

0 commit comments

Comments
 (0)