Skip to content

Commit e39baaa

Browse files
committed
fmt
1 parent 27305d3 commit e39baaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/hello-world/src/main.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ async fn handler() -> Html<&'static str> {
2222
Html("<h1>Hello, World</h1>")
2323
}
2424

25-
2625
#[cfg(test)]
2726
mod tests {
2827
use super::*;
@@ -34,4 +33,4 @@ mod tests {
3433
let Html(content) = response;
3534
assert_eq!(content, "<h1>Hello, World!</h1>");
3635
}
37-
}
36+
}

0 commit comments

Comments
 (0)