Skip to content

Commit ffee963

Browse files
committed
formatting
1 parent ba3c733 commit ffee963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/authorize/data/xml/reporting/SettlementStateType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public enum SettlementStateType {
77
SETTLED_SUCCESSFULLY("settledSuccessfully"),
88
ERROR("settlementError");
9-
PENDING_SETTLEMENT("pendingSettlement");
9+
PENDING_SETTLEMENT("pendingSettlement");
1010

1111
private final String value;
1212

0 commit comments

Comments
 (0)