Format code with rustfmt

This commit is contained in:
Jan Alexander Steffens (heftig)
2019-12-26 02:56:36 +01:00
parent 2c364b1110
commit 15af99fce7
3 changed files with 8 additions and 16 deletions

View File

@@ -30,11 +30,11 @@
use indicatif::{ProgressBar, ProgressStyle};
use state_map::StateMap;
use std::collections::BTreeMap;
use string_cache::DefaultAtom as Atom;
use std::collections::BTreeMap;
use {collapse_state_maps, StateGroupEntry};
use collapse_state_maps;
use StateGroupEntry;
/// Holds information about a particular level.
struct Level {