formatting

This commit is contained in:
ryjm 2024-08-08 12:38:02 -04:00 committed by Edward Amsden
parent d957982e5a
commit f04dacdac3

View File

@ -69,10 +69,7 @@ pub struct Newt {
impl Newt {
pub fn new_from_files(input: std::fs::File, output: std::fs::File) -> Newt {
Newt {
input,
output,
}
Newt { input, output }
}
pub fn new() -> Newt {