Skip to content

Commit 4e2e7c0

Browse files
committed
minor changes to pass the format check
1 parent faf0a16 commit 4e2e7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/httpd/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn main() {
2020
request.headers()
2121
);
2222

23-
let now = time::OffsetDateTime::now_utc();
23+
let now = time::OffsetDateTime::now_utc();
2424
let text = format!(
2525
"Hello from RustyHermit {}!\nThe current UTC time is {}!\n",
2626
String::from_utf8(crab.clone()).unwrap_or_default(),

0 commit comments

Comments
 (0)