Skip to content

Commit ef40395

Browse files
committed
refactor: Apply format
1 parent 60ace25 commit ef40395

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/branch_and_bound.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ mod tests {
425425
}
426426

427427
#[test]
428-
fn select_coins_bnb_four() { assert_coin_select("4 cBTC", 8, &["3 cBTC/68 vb", "1 cBTC/68 vb"]); }
428+
fn select_coins_bnb_four() {
429+
assert_coin_select("4 cBTC", 8, &["3 cBTC/68 vb", "1 cBTC/68 vb"]);
430+
}
429431

430432
#[test]
431433
fn select_coins_bnb_five() {

0 commit comments

Comments
 (0)