Skip to content

Commit 72a9a1f

Browse files
committed
Fixes
2 parents a4733a3 + f4b4e9a commit 72a9a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/hostname.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ pub fn hostname() -> std::io::Result<OsString> {
3232
}
3333
_ => Err(std::io::Error::last_os_error()),
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)