Skip to content

Commit 9a04be1

Browse files
authored
doc: An extra empty line has been deleted. (#1115)
Signed-off-by: fox0 <15684995+fox0@users.noreply.github.com>
1 parent a66f422 commit 9a04be1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

url/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ let issue_list_url = Url::parse(
3232
"https://github.com/rust-lang/rust/issues?labels=E-easy&state=open"
3333
)?;
3434
35-
3635
assert!(issue_list_url.scheme() == "https");
3736
assert!(issue_list_url.username() == "");
3837
assert!(issue_list_url.password() == None);

0 commit comments

Comments
 (0)