mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Add comma to readme
This commit is contained in:
@@ -57,7 +57,7 @@ fn main() {
|
|||||||
Foo {
|
Foo {
|
||||||
a: 100,
|
a: 100,
|
||||||
b: vec![1, 2, 3, 4, 5, 6]
|
b: vec![1, 2, 3, 4, 5, 6]
|
||||||
}
|
},
|
||||||
Foo {
|
Foo {
|
||||||
a: 42,
|
a: 42,
|
||||||
b: vec![]
|
b: vec![]
|
||||||
|
|||||||
Reference in New Issue
Block a user