Skip to content

Commit acab75e

Browse files
committed
fixed newline
1 parent c941471 commit acab75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/parser/expr-rarrow-call.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ fn method_call(foo: &Foo) {
3030
foo.clone(); //~ ERROR `->` used for field access or method call
3131
}
3232

33-
fn main() {}
33+
fn main() {}

0 commit comments

Comments
 (0)