Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Dec 13, 2023
1 parent 9eaaf50 commit defb21f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public Hub() {
this.rom,
this.shf,
this.trm,
// this.txnData,
// this.txnData,
this.stp,
this.wcp),
this.precompileLimitModules.stream())
Expand Down Expand Up @@ -271,7 +271,7 @@ public List<Module> getModulesToTrace() {
this.romLex,
this.shf,
this.stp,
// this.txnData,
// this.txnData,
this.wcp);
}

Expand All @@ -296,7 +296,7 @@ public List<Module> getModulesToCount() {
this.rom,
this.shf,
this.trm,
// this.txnData,
// this.txnData,
this.wcp),
this.precompileLimitModules.stream())
.toList();
Expand Down Expand Up @@ -508,7 +508,7 @@ void triggerModules(MessageFrame frame) {
// TODO: this.oob.tracePreOpcode(frame);
}
if (this.pch.signals().stp()) {
// this.stp.tracePreOpcode(frame);
// this.stp.tracePreOpcode(frame);
}
if (this.pch.signals().exp()) {
this.modexp.tracePreOpcode(frame);
Expand Down

0 comments on commit defb21f

Please sign in to comment.