Skip to content

Commit 6ba5f6a

Browse files
committed
fix(rengine/macros): spaces
1 parent c809a41 commit 6ba5f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-engine/macros/src/replace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Parse for AttributeArgs {
6767

6868
ResugaredExprKind, ResugaredTyKind, ResugaredPatKind,
6969
ResugaredImplItemKind, ResugaredTraitItemKind, ResugaredItemKind,
70-
70+
7171
FunApp, NullaryName, UnaryName, BinaryName, TernaryName
7272
}.into(),
7373
_ => {

0 commit comments

Comments
 (0)