Remove extra semicolon

This commit is contained in:
scoobybejesus 2021-12-08 15:04:28 -05:00
parent 1d7a1a1b72
commit 47c3e35665
1 changed files with 1 additions and 1 deletions

View File

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