Skip to content

Commit 397804d

Browse files
committed
[nfc] Fix formatting
Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent 17ebe33 commit 397804d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/chisel3/simulator/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ final class Settings[A <: RawModule] private[simulator] (
8888
val printfCond: Option[MacroText.Type[A]],
8989
val stopCond: Option[MacroText.Type[A]],
9090
val plusArgs: Seq[svsim.PlusArg],
91-
val enableWavesAtTimeZero: Boolean,
91+
val enableWavesAtTimeZero: Boolean
9292
) {
9393

9494
def copy(

0 commit comments

Comments
 (0)