Skip to content

Commit 75efdc0

Browse files
author
lanyuanxiaoyao
committed
修改文件: _posts/2017-07-10-ood-5.md
1 parent 3d1f9de commit 75efdc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2017-07-10-ood-5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ String password = superKeypad.getPassword();
211211
List<Transaction> transactions = new ArrayList<>();
212212
Transaction t = null;
213213
while( (t = superKeypad.getTransaction()) != null){
214-
    t.preProcess(this);
215-
    bankProxy.process(t);
216-
    t.postProcess(this);
217-
    transactions.add(t);
214+
t.preProcess(this);
215+
bankProxy.process(t);
216+
t.postProcess(this);
217+
transactions.add(t);
218218
}
219219
printer.print(transactions);
220220
cardReader.ejectCard();

0 commit comments

Comments
 (0)