mirror of
https://github.com/urbit/ares.git
synced 2024-12-22 21:01:29 +03:00
formatting
This commit is contained in:
parent
d957982e5a
commit
f04dacdac3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user