Skip to content

Commit 92f399a

Browse files
committed
spotlessApply
1 parent 7a530be commit 92f399a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/it/unipr/checker/TxOriginChecker.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public boolean visit(
3838
ProgramCounterLocation jumploc = (ProgramCounterLocation) jump.getLocation();
3939

4040
log.debug("Tx. Origin attack at {} at line no. {} coming from line {}", jumploc.getPc(),
41-
jumploc.getSourceCodeLine(), ((ProgramCounterLocation) origin.getLocation()).getSourceCodeLine());
41+
jumploc.getSourceCodeLine(),
42+
((ProgramCounterLocation) origin.getLocation()).getSourceCodeLine());
4243

4344
String warn = "TxOrigin attack at " + jumploc.getPc();
4445
tool.warn(warn);

0 commit comments

Comments
 (0)