mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +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
|
@ -92,7 +92,7 @@ fn new_aints(ovals []i64, extreme_mins int, extreme_maxs int) Aints {
|
|||
if vals.len > 0 {
|
||||
res.average = sum / f64(vals.len)
|
||||
}
|
||||
//
|
||||
|
||||
mut devsum := f64(0.0)
|
||||
for i in vals {
|
||||
x := f64(i) - res.average
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue