Skip to content

Commit 9c1f5c9

Browse files
committed
Go: Fix dowgrade script formatting
1 parent e17508c commit 9c1f5c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • go/downgrades/5ff5325d274ae4f86defa195577bc7c1370b72fa

go/downgrades/5ff5325d274ae4f86defa195577bc7c1370b72fa/typeparam.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class TypeParamParentObject extends @typeparamparentobject {
1010
string toString() { none() }
1111
}
1212

13-
from TypeParamType tp, string name, CompositeType bound, TypeParamParentObject parent, int idx, boolean is_from_recv
13+
from
14+
TypeParamType tp, string name, CompositeType bound, TypeParamParentObject parent, int idx,
15+
boolean is_from_recv
1416
where typeparam(tp, name, bound, parent, idx, is_from_recv)
1517
select tp, name, bound, parent, idx

0 commit comments

Comments
 (0)