aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-10-07 23:25:22 +0200
committerDaniel Schadt <kingdread@gmx.de>2021-10-07 23:25:22 +0200
commitab5fdad67ff9d8ba3f71eccb278a5945a4d87896 (patch)
tree3632ed502dfb02b8ae7508504e4291d197c9ba8e /src/main.rs
parent8510ed3e43ff0a92565815b02645cc7bf5cb6b18 (diff)
downloadkondou-ab5fdad67ff9d8ba3f71eccb278a5945a4d87896.tar.gz
kondou-ab5fdad67ff9d8ba3f71eccb278a5945a4d87896.tar.bz2
kondou-ab5fdad67ff9d8ba3f71eccb278a5945a4d87896.zip
cargo fmt the code
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5b11a40..1d7376c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,8 +6,8 @@ mod render;
mod useropts;
use anyhow::{Context, Result};
-use thiserror::Error;
use clap::{App, Arg, ArgMatches};
+use thiserror::Error;
use api::{Api, Profession, Skill};
use bt::{BuildTemplate, ExtraData, Legend, TraitChoice, Traitline, CODE_REVENANT};