Skip to content

Commit

Permalink
Remove unnecessary whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mosior committed Jul 27, 2024
1 parent ccff608 commit 063f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Idris/Package.idr
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ clean pkg opts -- `opts` is not used but might be in the future
= do let ttFile = builddir </> joinPath ns </> mod
delete $ ttFile <.> "ttc"
delete $ ttFile <.> "ttm"

deleteDocBaseFolder : String -> Core ()
deleteDocBaseFolder build
= do let docBase = build </> "docs"
Expand Down

0 comments on commit 063f353

Please sign in to comment.