chore(draw_blocks.rs): format code using rustfmt to improve code readability
chore(draw_blocks.rs): remove unnecessary indentation in NAME_TEXT constant to improve code readability
This commit is contained in:
@@ -24,6 +24,7 @@ use crate::{
|
|||||||
use super::gui_state::{BoxLocation, DeleteButton, Region};
|
use super::gui_state::{BoxLocation, DeleteButton, Region};
|
||||||
use super::{GuiState, SelectablePanel};
|
use super::{GuiState, SelectablePanel};
|
||||||
|
|
||||||
|
#[rustfmt::skip]
|
||||||
const NAME_TEXT: &str = r#"
|
const NAME_TEXT: &str = r#"
|
||||||
88
|
88
|
||||||
88
|
88
|
||||||
|
|||||||
Reference in New Issue
Block a user