Format Rust code using rustfmt
This commit is contained in:
parent
c47c4205aa
commit
8983aa60d1
|
@ -68,7 +68,13 @@ impl Avatar {
|
||||||
.map(|&frame| Image::from(frame.to_string()))
|
.map(|&frame| Image::from(frame.to_string()))
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
Ok(Avatar { animation_frames, name, room_id, position, colour_id })
|
Ok(Avatar {
|
||||||
|
animation_frames,
|
||||||
|
name,
|
||||||
|
room_id,
|
||||||
|
position,
|
||||||
|
colour_id,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue