fix: run cargo fmt
This commit is contained in:
parent
db7d8680ce
commit
8ed62541af
5 changed files with 11 additions and 25 deletions
|
|
@ -109,9 +109,7 @@ impl Pokemon {
|
|||
column![
|
||||
row![
|
||||
text(&self.name).size(30).width(Length::Fill),
|
||||
text!("#{}", self.number)
|
||||
.size(20)
|
||||
.color([0.5, 0.5, 0.5]),
|
||||
text!("#{}", self.number).size(20).color([0.5, 0.5, 0.5]),
|
||||
]
|
||||
.align_items(Alignment::Center)
|
||||
.spacing(20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue