mirror of
https://github.com/urbit/ares.git
synced 2024-11-21 21:39:51 +03:00
appease format checker
This commit is contained in:
parent
396a00e222
commit
a64f193d08
@ -79,9 +79,10 @@ impl Newt {
|
||||
Newt {
|
||||
input: std::fs::File::open("/dev/null").expect("newt: could not open /dev/null"),
|
||||
output: std::fs::File::options()
|
||||
.read(true)
|
||||
.write(true)
|
||||
.open("/dev/null").expect("newt: could not open /dev/null")
|
||||
.read(true)
|
||||
.write(true)
|
||||
.open("/dev/null")
|
||||
.expect("newt: could not open /dev/null"),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user