Skip to content

Commit 7745b52

Browse files
committed
fix tidy issues
1 parent 50299c6 commit 7745b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/issue-47388.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ fn main() {
1717
let fancy_ref = &(&mut fancy);
1818
fancy_ref.num = 6;
1919
println!("{}", fancy_ref.num);
20-
}
20+
}

0 commit comments

Comments
 (0)