Skip to content

Commit 00bdb24

Browse files
committed
Apply rustfmt to test file
1 parent a5565f5 commit 00bdb24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/fastga_integration.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,10 @@ fn test_thread_parameter() {
191191
eprintln!("result4 error: {e}");
192192
}
193193

194-
assert!(result1.is_ok() && result4.is_ok(), "Thread tests failed: result1={result1:?}, result4={result4:?}");
194+
assert!(
195+
result1.is_ok() && result4.is_ok(),
196+
"Thread tests failed: result1={result1:?}, result4={result4:?}"
197+
);
195198

196199
// Write outputs to files
197200
fs::write(&output1, result1.unwrap()).unwrap();

0 commit comments

Comments
 (0)