aboutsummaryrefslogtreecommitdiffstats
path: root/src/attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/attr.rs')
-rw-r--r--src/attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attr.rs b/src/attr.rs
index 505ffeb7..5d6877ae 100644
--- a/src/attr.rs
+++ b/src/attr.rs
@@ -649,7 +649,7 @@ mod printing {
self.path.to_tokens(tokens);
self.paren_token.surround(tokens, |tokens| {
self.nested.to_tokens(tokens);
- })
+ });
}
}