fix formatting
This commit is contained in:
@@ -62,7 +62,9 @@ impl<'a> EditProfileView<'a> {
|
||||
});
|
||||
ui.put(
|
||||
pfp_rect,
|
||||
ProfilePic::new(self.img_cache, pfp_url).size(size).border(2.0),
|
||||
ProfilePic::new(self.img_cache, pfp_url)
|
||||
.size(size)
|
||||
.border(2.0),
|
||||
);
|
||||
|
||||
in_frame(ui, |ui| {
|
||||
|
||||
Reference in New Issue
Block a user