mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix formating Foo<A,B> to Foo<A, B> (#11225)
This commit is contained in:
@@ -543,7 +543,7 @@ pub fn (mut p Parser) parse_generic_inst_type(name string) ast.Type {
|
||||
break
|
||||
}
|
||||
p.next()
|
||||
bs_name += ','
|
||||
bs_name += ', '
|
||||
bs_cname += '_'
|
||||
}
|
||||
p.check(.gt)
|
||||
|
||||
Reference in New Issue
Block a user