Skip to content

Commit

Permalink
Delete unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvio Böhler committed Apr 7, 2022
1 parent 8c91326 commit 79bf828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/journal/process/balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (pr *Balancer) processValues(ctx context.Context, accounts accounts, amount
transactions = append(transactions, ast.TransactionBuilder{
Date: v.Date,
Description: fmt.Sprintf("Valuation adjustment for %v in %v", v.Commodity, v.Account),
Tags: nil,
Postings: []ast.Posting{posting},
}.Build())
}
Expand Down

0 comments on commit 79bf828

Please sign in to comment.