Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
op-transactility committed Sep 24, 2024
1 parent 23654dc commit 58ad1a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jpos/src/main/java/org/jpos/core/NoCardValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

public class NoCardValidator implements CardValidator {

@Override
public void validate(Card card) throws InvalidCardException {
@Override
public void validate(Card card) throws InvalidCardException {
return;
}
}
}

0 comments on commit 58ad1a8

Please sign in to comment.