mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
fmt: fix and simplify align of struct fields (#21995)
This commit is contained in:
parent
576a0abcc7
commit
ddb6685d8a
139 changed files with 553 additions and 519 deletions
|
@ -19,7 +19,7 @@ pub struct BufferedReaderConfig {
|
|||
pub:
|
||||
reader Reader
|
||||
cap int = 128 * 1024 // large for fast reading of big(ish) files
|
||||
retries int = 2 // how many times to retry before assuming the stream ended
|
||||
retries int = 2 // how many times to retry before assuming the stream ended
|
||||
}
|
||||
|
||||
// BufferedReadLineConfig are options that can be given to the read_line() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue