Add trailing newlines to files which have no trailing newlines.

This commit is contained in:
kennytm
2017-12-30 02:25:40 +08:00
parent 35681fbc76
commit 4daaee900f
23 changed files with 23 additions and 23 deletions

View File

@@ -241,4 +241,4 @@ impl<T: Decodable> Decodable for Arc<[T]> {
Ok(vec.into())
})
}
}
}