autoformat

This commit is contained in:
Slavomir
2020-04-27 11:33:21 +03:00
parent c9c7e6c0a9
commit 6f1f60896a

View File

@@ -285,5 +285,6 @@ where
exists(Lte16FlowConfig cfg | cfg.hasFlowPath(source, sink))
select source, source, sink,
"Incorrect type conversion of " + source.getNode().getType() + " from " +
getParserQualifiedNameFromResultType(source.getNode().getType().toString()) + " result to a lower bit size type " +
getParserQualifiedNameFromResultType(source.getNode().getType().toString()) +
" result to a lower bit size type " +
sink.getNode().asExpr().(Lte32BitNumericConversionExpr).getTypeName()