1
Fork 0

Fixup: add missing trailing newline

This commit is contained in:
LeSeulArtichaut 2020-10-22 14:37:42 +02:00 committed by GitHub
parent 769b4108e2
commit b4a9854afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,4 @@ fn use_avx() -> Box<dyn Fn()> {
Box::new(|| also_use_avx()) Box::new(|| also_use_avx())
} }
fn main() {} fn main() {}