checker: vfmt fn.v

This commit is contained in:
Alexander Medvednikov 2025-01-14 01:24:45 +03:00
parent a20fff99e0
commit 78f34e6c89
2 changed files with 4 additions and 3 deletions

View file

@ -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() {