From ab5fdad67ff9d8ba3f71eccb278a5945a4d87896 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 7 Oct 2021 23:25:22 +0200 Subject: cargo fmt the code --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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}; -- cgit v1.2.3