Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b7d032c

Browse files
committed
Fix comment formatting.
1 parent 2fa53c0 commit b7d032c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-cargo-miri/tests/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ fn cargo_env() {
5050

5151
#[test]
5252
#[should_panic(expected = "Explicit panic")]
53-
fn do_panic() {
54-
// In large, friendly letters :)
53+
fn do_panic() // In large, friendly letters :)
54+
{
5555
panic!("Explicit panic from test!");
5656
}
5757

0 commit comments

Comments
 (0)