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
|
@ -22,7 +22,7 @@ mut:
|
|||
is_pin bool // does the repl 'pin' entered source code
|
||||
folder string // the folder in which the repl will write its temporary source files
|
||||
last_output string // the last repl output
|
||||
//
|
||||
|
||||
modules []string // all the import modules
|
||||
alias map[string]string // all the alias used in the import
|
||||
includes []string // all the #include statements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue