aboutsummaryrefslogtreecommitdiff
path: root/src/ids.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ids.rs')
-rw-r--r--src/ids.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ids.rs b/src/ids.rs
index beffd06..05dac7e 100644
--- a/src/ids.rs
+++ b/src/ids.rs
@@ -41,7 +41,10 @@ macro_rules! identifer {
}
impl std::fmt::Display for $name {
- fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
+ fn fmt(
+ &self,
+ f: &mut std::fmt::Formatter<'_>,
+ ) -> std::fmt::Result {
self.0.fmt(f)
}
}