cargo fmt

This commit is contained in:
shenjack 2023-06-22 02:10:53 +08:00
parent 97e0a569bb
commit 420e643e1f
3 changed files with 2 additions and 4 deletions

View File

@ -6,14 +6,14 @@
* -------------------------------
*/
mod types;
mod logger;
mod plugin;
mod python;
mod render;
mod sr1_data;
mod simulator;
mod sr1_data;
mod translate;
mod types;
use pyo3::prelude::*;

View File

@ -167,7 +167,6 @@ pub mod data {
pub mod translate {
use crate::translate;
}
pub mod console {

View File

@ -6,7 +6,6 @@
* -------------------------------
*/
use std::collections::HashMap;
type TranslateMapper = HashMap<String, HashMap<String, HashMap<String, String>>>;