format code in solutions/generics-traits/const-generics.md

This commit is contained in:
chenhai
2023-08-05 21:33:24 +08:00
parent 88191e18b2
commit d4b2743cf0

View File

@ -14,7 +14,7 @@ fn main() {
data: [1, 2, 3],
},
Array {
data: [1, 2,4]
data: [1, 2, 4]
}
];
}