mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
all: change empty comment to newline (#22053)
This commit is contained in:
parent
38e23a76f3
commit
cb58db56ef
20 changed files with 31 additions and 33 deletions
|
@ -30,7 +30,7 @@ fn main() {
|
|||
tfolder := os.join_path(vroot, 'cmd', 'tools')
|
||||
main_label := 'Building ${folder} ...'
|
||||
finish_label := 'building ${folder}'
|
||||
//
|
||||
|
||||
mut skips := []string{}
|
||||
for stool in tools_in_subfolders {
|
||||
skips << os.join_path(tfolder, stool).replace('\\', '/')
|
||||
|
@ -49,7 +49,7 @@ fn main() {
|
|||
if session.failed_cmds.len > 0 {
|
||||
exit(1)
|
||||
}
|
||||
//
|
||||
|
||||
mut executables := os.ls(session.vtmp_dir)!
|
||||
executables.sort()
|
||||
for texe in executables {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue