autoformat

This commit is contained in:
erik-krogh
2024-04-08 07:15:33 +02:00
parent ca4f667053
commit 018b066b95

View File

@@ -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()