added nicer indentation

This commit is contained in:
Trevor Settles 2024-02-08 16:37:46 -07:00
parent 5f6d259e5d
commit cd4adeb9c1
No known key found for this signature in database
GPG key ID: F46B83058222DBAA
2 changed files with 6 additions and 2 deletions

View file

@ -1250,7 +1250,7 @@ fn roc_file_no_extension() {
I expected a file with either:
- extension `.roc`
- no extension and a roc shebang as the first line, e.g.
`#!/home/username/bin/roc_nightly/roc`
`#!/home/username/bin/roc_nightly/roc`
The provided file did not start with a shebang `#!` containing the
string `roc`. Is tmp/roc_file_no_extension/main a Roc file?"