Removing a blank line.

This commit is contained in:
Florent DENEF 2022-11-30 13:32:18 +01:00
parent 944f6c31b8
commit 9ed44a9a68
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ use eframe::egui::widgets::DragValue;
use eframe::egui::Ui;
use serde::{Deserialize, Serialize};
use crate::gui::SheetGui;
#[derive(Debug, Serialize, Deserialize)]