Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed May 29, 2024
1 parent aad0c06 commit 6117e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/fmt/fmt.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub mut:
mod2alias map[string]string // for `import time as t`, will contain: 'time'=>'t'
mod2syms map[string]string // import time { now } 'time.now'=>'now'
use_short_fn_args bool
single_line_fields bool // should struct fields be on a single line
single_line_fields bool // should struct fields be on a single line
in_lambda_depth int
inside_const bool
inside_unsafe bool
Expand Down

0 comments on commit 6117e0b

Please sign in to comment.