Skip to content

Commit 018b066

Browse files
committed
autoformat
1 parent ca4f667 commit 018b066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Likely Bugs/Arithmetic/InformationLoss.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ where
4545
v = a.getDest()
4646
)
4747
select a,
48-
"Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".",
49-
v, "source type " + e.getType().getName()
48+
"Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".", v,
49+
"source type " + e.getType().getName()

0 commit comments

Comments
 (0)