Skip to content

Commit

Permalink
Merge pull request #62 from jczaja/jczaja/2.7
Browse files Browse the repository at this point in the history
fmt + 2.7
  • Loading branch information
jczaja authored Mar 6, 2023
2 parents 09ef562 + 98a6f1f commit e7563f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etradeTaxReturnHelper"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
description = "Parses etrade financial documents for transaction details (income, tax paid, cost basis) and compute total income and total tax paid according to chosen tax residency (currency)"
license = "BSD-3-Clause"
Expand Down
1 change: 0 additions & 1 deletion src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub fn verify_dividends_transactions(
pub fn reconstruct_sold_transactions(
sold_transactions: &Vec<(String, String, i32, f32, f32)>,
gains_and_losses: &Vec<(String, String, f32, f32, f32)>,

) -> Result<Vec<(String, String, String, f32, f32)>, String> {
// Ok What do I need.
// 1. trade date
Expand Down

0 comments on commit e7563f0

Please sign in to comment.