mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix compilation (#8511)
This commit is contained in:
@@ -113,6 +113,7 @@ pub fn new(input_path string) Doc {
|
||||
time_generated: time.now()
|
||||
}
|
||||
d.fmt = fmt.Fmt{
|
||||
pref: 0
|
||||
indent: 0
|
||||
is_debug: false
|
||||
table: d.table
|
||||
|
||||
Reference in New Issue
Block a user