style: formatted files with rustfmt

This commit is contained in:
Zerotask
2021-04-18 15:40:47 +02:00
parent c0e3daacaf
commit bd48544e25
3 changed files with 7 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
use std::env;
use crate::exercise::{CompiledExercise, Exercise, Mode, State};
use console::style;
use indicatif::ProgressBar;
use std::env;
// Verify that the provided container of Exercise objects
// can be compiled and run without any failures.