Skip to content

Commit 617caf6

Browse files
committed
style: cargo fmt + clippy --fix to satisfy rust-ci (fmt --check + clippy -D warnings)
1 parent b381db7 commit 617caf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ fn test_full_free_skate_program_parsing_and_scoring() {
345345
);
346346

347347
// Calculate total base value
348-
let total_base: f64 = elements.iter().map(|e| scorer::base_value(e)).sum();
348+
let total_base: f64 = elements.iter().map(scorer::base_value).sum();
349349
// Expected: 3Lz+3T(10.10) + 3F(5.30) + CCoSp4(3.50) + StSq3(3.30) +
350350
// 3Lo(4.90) + 2A+2T(4.60) + 3S(4.30) + FSSp3(2.50) +
351351
// 2A(3.30) + 3Lz+2T+2Lo(9.70) + CoSp4(3.00) + ChSq1(3.00)

0 commit comments

Comments
 (0)