mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: vfmt fn.v
This commit is contained in:
parent
a20fff99e0
commit
78f34e6c89
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ const text_size = 16
|
|||
struct App {
|
||||
mut:
|
||||
gg &gg.Context = unsafe { nil }
|
||||
dropped_file_list []string = []string{}
|
||||
dropped_file_list []string
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue