generated from OBJNULL/Dockerized-Rust
Fixed typo for debit
This commit is contained in:
parent
8bfc7695a5
commit
0fd9c77c5c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ impl Parser {
|
|||
// Switching based on Mode
|
||||
match self.mode {
|
||||
ParserModes::None => self.none(line),
|
||||
ParserModes::Debit => self.transaction(ParserModes::Credit, line),
|
||||
ParserModes::Debit => self.transaction(ParserModes::Debit, line),
|
||||
ParserModes::Credit => self.transaction(ParserModes::Credit, line),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue