Do some manual formatting in macros.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-29 18:29:11 +01:00
commit 96c8b05677
4 changed files with 47 additions and 44 deletions

View file

@ -136,7 +136,7 @@ impl FromStr for Type {
_ => {
return Err(Error::ParseError(
"Invalid 'type' attribute on presence element.",
))
));
}
})
}