mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
fmt: fix alignment of struct init fields (#22025)
This commit is contained in:
parent
99da5726db
commit
c51d30bf53
671 changed files with 18817 additions and 18787 deletions
|
@ -34,9 +34,9 @@ fn main() {
|
|||
shared config := &Config{}
|
||||
|
||||
app := &App{
|
||||
timeout: timeout
|
||||
timeout: timeout
|
||||
global_config: config
|
||||
middlewares: {
|
||||
middlewares: {
|
||||
'/single': [middleware1]
|
||||
'/single_post': [middleware1]
|
||||
'/multiple': [middleware1, middleware2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue