Skip to content

Commit 5bc31f4

Browse files
committed
Fix Bogosort.scala formatting
1 parent a108059 commit 5bc31f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scala/Bogosort.scala

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ object Main extends App {
2020
println(s"Unsorted data: $data")
2121
println(s"Sorted data: ${bogosort(data)}")
2222
}
23-

0 commit comments

Comments
 (0)