mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 04:55:27 +00:00
fix formatting and lints
This commit is contained in:
parent
7bf805b26d
commit
48da55cf42
1 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ fn index_page_unix() {
|
||||||
write!(tls, "gemini://example.com\r\n").unwrap();
|
write!(tls, "gemini://example.com\r\n").unwrap();
|
||||||
|
|
||||||
let mut buf = [0; 16];
|
let mut buf = [0; 16];
|
||||||
tls.read(&mut buf).unwrap();
|
let _ = tls.read(&mut buf);
|
||||||
|
|
||||||
assert_eq!(&buf, b"20 text/gemini\r\n");
|
assert_eq!(&buf, b"20 text/gemini\r\n");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue