mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: fix formatting of fn with argument comments (#19038)
This commit is contained in:
parent
ecca3b155e
commit
43800a05e8
9
vlib/v/fmt/tests/fn_with_args_comments_keep.vv
Normal file
9
vlib/v/fmt/tests/fn_with_args_comments_keep.vv
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
fn main() {
|
||||||
|
filtered_links := text_processing.filter_links(links, /* unwanted_domains = */ [
|
||||||
|
'www.kickstarter.com',
|
||||||
|
'www.pepper.pl',
|
||||||
|
'tenor.com',
|
||||||
|
'www.wykop.pl',
|
||||||
|
'giphy.com',
|
||||||
|
])
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user