Skip to content

Commit c511c80

Browse files
committed
fire: Fix extra semicolon in ast!{} invocation causing issues
1 parent 5c93f34 commit c511c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fire/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ mod tests {
538538
{ { { {
539539
return "boo";
540540
} } } }
541-
};
541+
}
542542

543543
"different string"
544544
}

0 commit comments

Comments
 (0)