change empty init to '???' placeholder

This commit is contained in:
Sean Aubin
2023-03-08 19:22:17 -05:00
parent 484822a8da
commit be87134397
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
65c65
< var avg: []f64 = {};
< var avg: []f64 = ???;
---
> var avg: []f64 = try allocator.alloc(f64, arr.len);