about summary refs log tree commit diff stats
path: root/src/config/file_system.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/file_system.rs')
-rw-r--r--src/config/file_system.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/file_system.rs b/src/config/file_system.rs
index 8528130..b89c1fe 100644
--- a/src/config/file_system.rs
+++ b/src/config/file_system.rs
@@ -18,8 +18,8 @@ use super::{
 use std::{fs::read_to_string, path::PathBuf};
 
 use anyhow::{Context, Result};
-use toml::Table;
 use bytes::Bytes;
+use toml::Table;
 
 macro_rules! get {
     ($default:path, $config:expr, $get_fn:ident, $key_one:expr, $($keys:expr),*) => {