Format
This commit is contained in:
parent
f4f2e55ee6
commit
1b98ae3ecd
@ -149,7 +149,8 @@ pub fn error_string(errno: Errno) -> String {
|
||||
EEOF => "Unexpected EOF",
|
||||
EINVALDAT => "Invalid data",
|
||||
EWRZERO => "Write zero",
|
||||
}.to_string()
|
||||
}
|
||||
.to_string()
|
||||
}
|
||||
|
||||
pub fn getcwd() -> io::Result<PathBuf> {
|
||||
|
Loading…
Reference in New Issue
Block a user