Skip to content

Commit 023bbc0

Browse files
committed
Add a space after @mutable.
1 parent 19f85cc commit 023bbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/front/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tag unop {
182182
fn unop_to_str(unop op) -> str {
183183
alt (op) {
184184
case (box(?mt)) {
185-
if (mt == mut) { ret "@mutable"; }
185+
if (mt == mut) { ret "@mutable "; }
186186
ret "@";
187187
}
188188
case (deref) {ret "*";}

0 commit comments

Comments
 (0)