mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Fix erroneous space in type name
This commit is contained in:
@@ -378,8 +378,7 @@ class ConstructedType extends ValueOrRefType, ConstructedGeneric {
|
||||
|
||||
language[monotonicAggregates]
|
||||
private string getTypeArgumentsNames() {
|
||||
result =
|
||||
strictconcat(Type t, int i | t = this.getTypeArgument(i) | t.getName(), ", " order by i)
|
||||
result = strictconcat(Type t, int i | t = this.getTypeArgument(i) | t.getName(), "," order by i)
|
||||
}
|
||||
|
||||
language[monotonicAggregates]
|
||||
|
||||
Reference in New Issue
Block a user