appease format checker

This commit is contained in:
litlep-nibbyt 2024-06-13 11:45:45 -04:00 committed by Edward Amsden
parent 396a00e222
commit a64f193d08

View File

@ -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"),
} }
} }