1
0
mirror of https://github.com/scoobybejesus/cryptools.git synced 2025-01-18 03:10:15 +00:00

Remove extra semicolon

This commit is contained in:
scoobybejesus 2021-12-08 15:04:28 -05:00
parent 1d7a1a1b72
commit 47c3e35665

View File

@ -177,7 +177,7 @@ pub(crate) fn add_cost_basis_to_movements(
}
vec
};
}
Ok(())
}