From 3e8b1c186bb4e748920cce002bd23bb60b52cb04 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 29 Apr 2020 14:36:47 +0200 Subject: formatting fixes --- src/gamedata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamedata.rs') diff --git a/src/gamedata.rs b/src/gamedata.rs index b32b385..bfdae10 100644 --- a/src/gamedata.rs +++ b/src/gamedata.rs @@ -1,7 +1,7 @@ //! This module contains some low-level game data, such as different boss IDs. use num_derive::FromPrimitive; -use thiserror::Error; use std::str::FromStr; +use thiserror::Error; /// Enum containing all bosses with their IDs. #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, FromPrimitive)] -- cgit v1.2.3