Skip to content

Commit

Permalink
fmt: fix formatting of fn with argument comments (#19038)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Aug 2, 2023
1 parent ecca3b1 commit 43800a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vlib/v/fmt/tests/fn_with_args_comments_keep.vv
@@ -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',
])
}

0 comments on commit 43800a0

Please sign in to comment.