Add trailing newline

This commit is contained in:
Deadbeef 2021-12-05 19:03:01 +08:00
parent e22fe4008c
commit 8cd168f6a6
No known key found for this signature in database
GPG Key ID: 6D017A96D8E6C2F9

View File

@ -15,4 +15,4 @@ impl<A, B> const Convert<B> for A where B: ~const From<A> {
const FOO: fn() -> String = || "foo".to();
fn main() {}
fn main() {}