Skip to content

Commit e8cd38d

Browse files
author
Nathan Guggenberger
committed
fix formatting again
1 parent 7ce4a07 commit e8cd38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/api/etherscan/core/impl/AccountApiProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public List<TxToken> txsNftToken(String address, long startBlock) throws ApiExce
244244

245245
@NotNull
246246
@Override
247-
public List<TxToken> txsNftToken(String address, long startBlock, long endBlock) throws ApiException {
247+
public List<TxToken> txsNftToken(String address, long startBlock, long endBlock) throws ApiException {
248248
BasicUtils.validateAddress(address);
249249
final BlockParam blocks = BasicUtils.compensateBlocks(startBlock, endBlock);
250250

0 commit comments

Comments
 (0)