1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: reset const field align after multi line exprs (#9916)

This commit is contained in:
Lukas Neubert
2021-04-29 01:17:37 +02:00
committed by GitHub
parent c82c8059cf
commit dee733aae4
14 changed files with 101 additions and 53 deletions

View File

@@ -60,7 +60,7 @@ const (
34: `"`
47: `/`
}
exp_signs = [byte(`-`), `+`]
exp_signs = [byte(`-`), `+`]
)
// move_pos proceeds to the next position.