Skip to content

Commit 6cf207b

Browse files
committed
chore: Fix formatting
1 parent 2f608cd commit 6cf207b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/pstack_test.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ fn pstack_module_flag_shows_module_paths() {
7979
}
8080

8181
#[test]
82-
#[cfg_attr(not(debug_assertions), ignore = "optimized builds may inline source locations")]
82+
#[cfg_attr(
83+
not(debug_assertions),
84+
ignore = "optimized builds may inline source locations"
85+
)]
8386
fn pstack_verbose_shows_source_locations() {
8487
let output = common::run_ptool(
8588
"pstack",

0 commit comments

Comments
 (0)