1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: id []typ

This commit is contained in:
Zaoqi
2019-06-30 11:06:46 +00:00
committed by Alexander Medvednikov
parent 8d13880cab
commit 437b32fe78
7 changed files with 17 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
import time
fn print_field(field[]array_int) {
fn print_field(field []array_int) {
for line in field {
mut s := ' '
for j, cell in line {