mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
all: change single blank comment to blank line (#22016)
This commit is contained in:
parent
793b66d8d5
commit
19f080ffb8
147 changed files with 319 additions and 339 deletions
|
@ -56,7 +56,7 @@ pub fn prepare_vc_source(vcdir string, cdir string, commit string) (string, stri
|
|||
check_v_commit_timestamp_before_self_rebuilding(v_timestamp)
|
||||
scripting.chdir(vcdir)
|
||||
scripting.run('git checkout --quiet master')
|
||||
//
|
||||
|
||||
mut vccommit := ''
|
||||
mut partial_hash := v_commithash[0..7]
|
||||
if '5b7a1e8'.starts_with(partial_hash) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue