style: regroup 'use'

This commit is contained in:
VC
2023-10-10 21:13:40 +02:00
parent 59ad8994b1
commit 0640c4c263
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
use std::fs::read_to_string;
use serde::Deserialize;
use std::fs::read_to_string;
// General configuration Struct
#[derive(Debug, Deserialize)]