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

gg: bugfix on missing font file, remove last empty line in v doctor

This commit is contained in:
Delyan Angelov
2020-09-24 16:53:06 +03:00
parent d91594dc6b
commit 1f21bc4b49
2 changed files with 2 additions and 3 deletions

View File

@@ -102,8 +102,6 @@ fn (mut a App) collect_info() {
a.report_tcc_version('/var/tmp/tcc')
}
a.report_tcc_version('thirdparty/tcc')
//
a.println('')
}
struct CmdConfig {