mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
autoformat
This commit is contained in:
@@ -45,5 +45,5 @@ where
|
||||
v = a.getDest()
|
||||
)
|
||||
select a,
|
||||
"Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".",
|
||||
v, "source type " + e.getType().getName()
|
||||
"Implicit cast of $@ to narrower destination type " + a.getDest().getType().getName() + ".", v,
|
||||
"source type " + e.getType().getName()
|
||||
|
||||
Reference in New Issue
Block a user