mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +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
|
@ -104,12 +104,12 @@ fn sync_cache() {
|
|||
|
||||
fn main() {
|
||||
scripting.used_tools_must_exist(['git'])
|
||||
//
|
||||
|
||||
// Resetting VEXE here allows for `v run cmd/tools/oldv.v'.
|
||||
// the parent V would have set VEXE, which later will
|
||||
// affect the V's run from the tool itself.
|
||||
os.setenv('VEXE', '', true)
|
||||
//
|
||||
|
||||
mut context := Context{}
|
||||
context.vgo.workdir = cache_oldv_folder
|
||||
mut fp := flag.new_flag_parser(os.args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue