mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -31,11 +31,9 @@ mut:
|
|||
diff_cmd string // filled in when -diff or -verify is passed
|
||||
}
|
||||
|
||||
const (
|
||||
formatted_file_token = '\@\@\@' + 'FORMATTED_FILE: '
|
||||
vtmp_folder = os.vtmp_dir()
|
||||
term_colors = term.can_show_color_on_stderr()
|
||||
)
|
||||
const formatted_file_token = '\@\@\@' + 'FORMATTED_FILE: '
|
||||
const vtmp_folder = os.vtmp_dir()
|
||||
const term_colors = term.can_show_color_on_stderr()
|
||||
|
||||
fn main() {
|
||||
// if os.getenv('VFMT_ENABLE') == '' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue