diff --git a/lib/cretonne/src/entity/mod.rs b/lib/cretonne/src/entity/mod.rs index 837bb5f107..3cc8ec6f6d 100644 --- a/lib/cretonne/src/entity/mod.rs +++ b/lib/cretonne/src/entity/mod.rs @@ -90,8 +90,8 @@ macro_rules! entity_impl { impl ::std::fmt::Debug for $entity { fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { - (self as &::std::fmt::Display).fmt(f) - } - } + (self as &::std::fmt::Display).fmt(f) + } + } } }