Skip to content

Commit 8cd168f

Browse files
committed
Add trailing newline
1 parent e22fe40 commit 8cd168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfc-2632-const-trait-impl/non-const-op-in-closure-in-const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ impl<A, B> const Convert<B> for A where B: ~const From<A> {
1515

1616
const FOO: fn() -> String = || "foo".to();
1717

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

0 commit comments

Comments
 (0)