summaryrefslogtreecommitdiffstats
path: root/categories/src
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-04-14 00:39:52 +0100
committerKornel <kornel@geekhood.net>2019-04-14 02:10:48 +0100
commite7bccb59b615b7295c74d6779b88ce51f1329a66 (patch)
tree3fc2b339ccb098025afe82d3b3a486107fc05d67 /categories/src
parent5244f3fc4e772a695c6867406751eae3312e0397 (diff)
Rustfmt
Diffstat (limited to 'categories/src')
-rw-r--r--categories/src/categories.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/categories/src/categories.rs b/categories/src/categories.rs
index fcc3aeb..891b235 100644
--- a/categories/src/categories.rs
+++ b/categories/src/categories.rs
@@ -4,9 +4,9 @@ use toml;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate quick_error;
-use toml::value::{Value, Table};
-use std::collections::BTreeMap;
use std::borrow::Cow;
+use std::collections::BTreeMap;
+use toml::value::{Table, Value};
mod tuning;
pub use crate::tuning::*;