Fix formatting

This commit is contained in:
Nathan Sobo 2023-11-02 12:28:58 -06:00
parent 1dd20d4c0a
commit 29d8390743

View file

@ -74,10 +74,10 @@ mod stories {
// "https://avatars.githubusercontent.com/u/1486634?v=4",
// ))
.child(Story::label(cx, "Rounded rectangle"))
// .child(
// Avatar::new("https://avatars.githubusercontent.com/u/1714999?v=4")
// .shape(Shape::RoundedRectangle),
// )
// .child(
// Avatar::new("https://avatars.githubusercontent.com/u/1714999?v=4")
// .shape(Shape::RoundedRectangle),
// )
}
}
}