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