Skip to content

Commit

Permalink
Fix Bogosort.scala formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Oct 18, 2024
1 parent a108059 commit 5bc31f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scala/Bogosort.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ object Main extends App {
println(s"Unsorted data: $data")
println(s"Sorted data: ${bogosort(data)}")
}

0 comments on commit 5bc31f4

Please sign in to comment.