Fixed a formatting in Test/Main.purs.
Indentation was a mix of 2 and 4, now unified to 2. Some of the top-level definitions are now under the where clause.
Checklist:
[ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
[ ] Linked any existing issues or proposals that this pull request should close
[ ] Updated or added relevant documentation
[ ] Added a test for the contribution (if applicable)
Description of the change
Fixed a formatting in Test/Main.purs. Indentation was a mix of 2 and 4, now unified to 2. Some of the top-level definitions are now under the where clause.
Checklist: