diff --git a/voxygen/src/menu/char_selection/ui.rs b/voxygen/src/menu/char_selection/ui.rs index 8b03ff4336..f5049f4040 100644 --- a/voxygen/src/menu/char_selection/ui.rs +++ b/voxygen/src/menu/char_selection/ui.rs @@ -391,7 +391,8 @@ impl CharSelectionUi { } } else { None - }.unwrap_or_else(|| humanoid::Body::random()); + } + .unwrap_or_else(|| humanoid::Body::random()); // Background for Server Frame Rectangle::fill_with([386.0, 95.0], color::rgba(0.0, 0.0, 0.0, 0.9))