Skip to content

Commit dc8c724

Browse files
committed
Fix code formatting
1 parent 8e2cf60 commit dc8c724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ with first class types. This repository provides Idris 2 compiler targeting JVM
1515

1616
#### helloworld.idr
1717

18-
```idris
18+
```idris
1919
module Main
2020
2121
data Tree a = Leaf
@@ -36,7 +36,7 @@ with first class types. This repository provides Idris 2 compiler targeting JVM
3636
3737
main : IO ()
3838
main = printLn $ inorder tree
39-
```
39+
```
4040

4141
#### Compile
4242

0 commit comments

Comments
 (0)