From 33e643fbfd749fa620a4aa6ecd9fcabe0fed31db Mon Sep 17 00:00:00 2001 From: Monty Marz <44173739+Pfauenauge90@users.noreply.github.com> Date: Sun, 2 Apr 2023 01:21:10 +0200 Subject: [PATCH] fmt --- voxygen/src/menu/char_selection/ui/mod.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/voxygen/src/menu/char_selection/ui/mod.rs b/voxygen/src/menu/char_selection/ui/mod.rs index 0630bfb6b4..a968ac3a0b 100644 --- a/voxygen/src/menu/char_selection/ui/mod.rs +++ b/voxygen/src/menu/char_selection/ui/mod.rs @@ -36,8 +36,8 @@ use crate::settings::Settings; //use std::time::Duration; //use ui::ice::widget; use iced::{ - button, scrollable, slider, text_input, Align, Button, Column, Container, HorizontalAlignment, - Length, Row, Scrollable, Slider, Space, Text, TextInput, Color + button, scrollable, slider, text_input, Align, Button, Color, Column, Container, + HorizontalAlignment, Length, Row, Scrollable, Slider, Space, Text, TextInput, }; use std::sync::Arc; use vek::{Rgba, Vec2}; @@ -1344,7 +1344,8 @@ impl Controls { color: Color::WHITE, width: 1.0, }) */; - //TODO: Add text-outline here whenever we updated iced to a version supporting this + //TODO: Add text-outline here whenever we updated iced to a version supporting + // this let map = if let Some(info) = self.possible_starting_sites.get(*start_site_idx) {