run rustfmt

This commit is contained in:
Maximilian Roos
2019-09-11 10:36:50 -04:00
parent f47349c1a0
commit 127381497c
34 changed files with 159 additions and 203 deletions

View File

@ -1,6 +1,6 @@
use crate::commands::WholeStreamCommand;
use crate::errors::ShellError;
use crate::data::TaggedDictBuilder;
use crate::errors::ShellError;
use crate::prelude::*;
pub struct Shells;