Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 1, 2024
1 parent d314ef1 commit 3494a46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ExhaustiveSorterTest[T <: Bool](factory: () => SorterModuleIfc[T])

test(factory()).runPeekPoke { c =>
new PeekPokeTester(c) {
def example(a: IndexedSeq[BigInt]) : Unit = {
def example(a: IndexedSeq[BigInt]): Unit = {
poke(c.io.a, a)
step(1)
expect(c.io.z, a.sortWith(_ > _))
Expand Down

0 comments on commit 3494a46

Please sign in to comment.