Skip to content

Commit

Permalink
[nfc] Run scalafmt on integration tests
Browse files Browse the repository at this point in the history
Apparently these aren't included in scalafmtAll.  Run this for some
whitespace cleanup.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Nov 11, 2023
1 parent 226ea02 commit 5d03a5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class MixedVecUIntDynamicIndexTester extends BasicTester {
wire(i) := i.U
}

val vecWire = VecInit(wire : Seq[UInt])
val vecWire = VecInit(wire: Seq[UInt])

val (cycle, done) = Counter(true.B, n)
assert(vecWire(cycle) === cycle)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ class ShiftRegisterMemSpec extends ChiselPropSpec {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class UpDownTest extends BasicTester {
* LeftUpper RightUpper
* / \
* LeftLower RightLower
*
*
* Tap a signal in RightLower from LeftLower and check that it contains the
* correct value.
*/
Expand Down

0 comments on commit 5d03a5c

Please sign in to comment.