Skip to content

Commit 26fc1c9

Browse files
committed
Formatting
1 parent 3482d05 commit 26fc1c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/scala/chiselTests/experimental/hierarchy/InstantiateSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ class InstantiateSpec extends AnyFunSpec with Matchers with FileCheck {
484484
describe("Instantiate") {
485485
it("should provide source locators for module instances") {
486486
// Make a source info so we can use it in the check
487-
implicit val info: chisel3.experimental.SourceInfo = chisel3.experimental.SourceLine("InstantiateSpec.scala", 1, 2)
487+
implicit val info: chisel3.experimental.SourceInfo =
488+
chisel3.experimental.SourceLine("InstantiateSpec.scala", 1, 2)
488489
val chirrtl = emitCHIRRTL(new Top {
489490
val inst = Instantiate(new OneArg(3))
490491
})

0 commit comments

Comments
 (0)