Skip to content

Commit a450557

Browse files
Remove redundant empty line
one is enough
1 parent 5618c8e commit a450557

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: library/std/src/env.rs

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
242242
/// - the environment variable's name contains
243243
/// the equal sign character (`=`) or the NUL character
244244
///
245-
///
246245
/// Note that the method will not check if the environment variable
247246
/// is valid Unicode. If you want to have an error on invalid UTF-8,
248247
/// use the [`var`] function instead.

0 commit comments

Comments
 (0)