chore(draw_blocks.rs): remove unnecessary fmt skip directive

Signed-off-by: Daniel Boll <danielboll.academico@gmail.com>
This commit is contained in:
Daniel Boll
2023-10-31 14:07:48 -03:00
parent 67770a1058
commit 2c22ab4c57
-1
View File
@@ -24,7 +24,6 @@ use crate::{
use super::gui_state::{BoxLocation, DeleteButton, Region};
use super::{GuiState, SelectablePanel};
#[rustfmt::skip]
const NAME_TEXT: &str = r#"
88
88