Fixed formatting issue

This commit is contained in:
Siddhant
2020-10-20 20:08:52 +07:00
committed by Austin Bonander
parent 14191da283
commit 1c725df406

View File

@@ -10,7 +10,7 @@ pub(crate) use r#type::expand_derive_type;
pub(crate) use row::expand_derive_from_row;
use self::attributes::RenameAll;
use heck::{ShoutySnakeCase, SnakeCase, KebabCase};
use heck::{KebabCase, ShoutySnakeCase, SnakeCase};
use std::iter::FromIterator;
use syn::DeriveInput;